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 :)
-
Built using
webpack
starter invue-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.
Start & install dependencies:
$ npm install
Develop at localhost:
$ npm run dev
Build for production:
$ npm run build