Simple shopping cart app created with Vue.js and BootstrapVue. You can add choosen products to the cart. Items in the cart is grouped by its variety.
- Add chosen product to cart
- Same products are grouped in the cart
- Increase product quantity in the cart
- Decrease product quantity in the cart
- Remove product from cart
- Vue.js 2.6.11
- BootstrapVue 2.21.2
- Sass
npm install
npm run serve
npm run build
npm run lint