Vue.js, Vuetify, Vuex, Node.js, VueSax, Express.js & MySQL
npm install
npm run serve
npm run build
Important: Before running project, backend should be running first (port 8080). Use second terminal / cmd and type:
cd project_path_where_you_clone_it
cd server
npm install
cd src
nodemon app.js
Demo project currently not using backend for real, backend is there just for easy start. It is not necessary to run backend!
https://webshop-demo.netlify.app/
- [ ] default products shown after user's login
- [✔] delete single item from cart ( actually not deleting it from vuex )
- [✔] explore button will show full image
- filter products on discount
- [✔] search input for filter items on keyword
- [✔] my orders
- [✔] remove items from cart after order
- heart(like) action on items
- [✔] error on backend
- add delivered icon in Orders page