- Built for Marvel API + Vuepack (Vue + Vuex) blog post
For the API calls, you will need to have marvel-powerlevels-api to be running or you can call the Marvel API directly http://gateway.marvel.com/v1/public/characters?limit=12&nameStartsWith=${character}&apikey=${key}
To start:
$ npm install
To develop:
$ npm run dev
To build for production:
$ npm run build
To lint you code:
$ npm run lint
Generated by VuePack.