Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 370 Bytes

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 Developer server
npm run developer