vuex-shopping-cart
vuex-shopping-cart copied to clipboard
A simple shopping cart example built using vuejs, vuex
trafficstars
A simple vuex based shopping cart example
Checkout the working demo here
# clone the project
git clone https://rvamsikrishna.github.io/vuex-shopping-cart/ vuex-shopping-cart
# change directory
cd vuex-shopping-cart
# install dependencies
npm install
# start the dev server
npm run dev