Home
Softono
vuex-shopping-cart

vuex-shopping-cart

Open source Vue
18
Stars
7
Forks
1
Issues
0
Watchers
5 years
Last Commit

About vuex-shopping-cart

đź›’ Shopping cart built with Vue and Vuex

Platforms

Web Self-hosted

Languages

JavaScript Vue

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