atfd / marvel-vue-demo

Demo for Marvel API + Vuepack (Vue + Vuex) Blog Post

Home Page:https://medium.com/@xphong/marvel-api-vuepack-vue-vuex-c84067a7f7fc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marvel-vue-demo

API Calls

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}

Quickstart

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.

About

Demo for Marvel API + Vuepack (Vue + Vuex) Blog Post

https://medium.com/@xphong/marvel-api-vuepack-vue-vuex-c84067a7f7fc


Languages

Language:JavaScript 76.3%Language:Vue 21.5%Language:HTML 2.1%