Skip to content

orenmizr/marvel-vue-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marvel-vue-demo

API Calls

For the API calls, you will need to have marvel-powerlevels-api to running or 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.3%
  • Vue 21.6%
  • HTML 2.1%