Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 823 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 823 Bytes

vuex-shopping-cart

A Vuex project

This is a basic shopping cart app built using Vuex, with the help of an online tutorial.

Cart View: alt text

Products View: alt text

The tutorial can be found here

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.