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
webpackstarter 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 installDevelop at localhost:
$ npm run devBuild for production:
$ npm run build