i create a repo, a simple ecommerce template with cart and use a lot of things that a vue developer needs for basic app. ui maybe not perfect but these what i used in this project:
- a good folder structure(sort by feature)
- build a cart with vuex
- use plugins
- create components for vanilla js libraries
- countdown timer
- dropdown
- sliders
- gallery
- rating
source code: https://github.com/Tefoh/vue-ecommerce-template .
demo: https://vue-ecommerce-template.netlify.app/
i hope this will be useful for you :))
Top comments (2)
Good job just what I notice when you click on product it show another page but bottom of page not start maybe just I have this issue
tnx, yes it have some bugs for now i will accept any PRs :))