Skip to content

A Vue2 online shopping cart demo + Vuex + Vue Router

Notifications You must be signed in to change notification settings

ozoono/vue-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-shop

A online shopping cart demo using Vue.js 2, Vuex & Vue Router. I've used the free Marvel Comics API to get lists of real products from different categories (in this way buying process looks a bit more realistic). Obviously, you can't really buy them :)

vue-shop demo
- Live demo -

Other dependencies

Notes

  • Built using webpack starter in vue-cli (Vue CLI 2)

  • All items you can see are obtained from Marvel Comics API. You need to signup to get a personal free key to start using API.

Quickstart

Start & install dependencies:

$ npm install

Develop at localhost:

$ npm run dev

Build for production:

$ npm run build