Try Live Demo
Table of contents:
- Sorting of products by name/cost/popularity
- Filtering of products by its composition
- Choosing of characteristics of the products like size/dough
- Live view of product cost when user change characteristics of the products
- Adding products to cart
- Live view of total cost and count of the all products in cart
- Clearing the cart in one click
- Vue.js & Vuex & Vue Router
- JavaScript
- SCSS
npm install
npm run serve
npm run build
npm run lint