A shopping cart with VueJS
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
Or use yarn
yarn install
yarn serve
You can use data in data/
folder to import to products
node in your firebase app.
This project implements basic shopping cart features:
Checkout demo at Demo
As I use this for my own projects, I know this might not be the perfect approach for all the projects out there. If you have any ideas, just [open an issue][issues] and tell me what you think.
If you’d like to contribute, please fork the repository and make changes as you’d like. Pull requests are warmly welcome.
Author: ittus
Demo: https://vuejs-shopping-cart.coddeine.com/
Source Code: https://github.com/ittus/vuejs-firebase-shopping-cart
#vuejs #vue #vue-js #firebase #javascript