Skip to content

xphong/marvel-vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.