VueStoreFront is an easy, readily available, mobile-ready, up-to-date StoreFront template.
- 🍀 Minimal UI
- 👑 Unique design
- ✨ Smooth experience
- 💡 Fast Optimized Build
- 🛠️ Highly modularized
VueStoreFront is build over a number of openSource projects:
# Open the project folder
cd Vue-Ecom && npm install
# for Development:
npm run dev
# for Producation:
npm run build
Vue-Ecom/
├── assets/
│ ├── styles/
│ └── __Project Assests__
├── Components/
│ ├── Details/
│ ├── Header/
│ ├── Home/
│ ├── Products/
│ ├── Cart.vue
│ ├── ContactForm.vue
│ ├── Footer.vue
│ ├── Header.vue
│ ├── NewsLetter.vue
├── Composables/
│ │ └── useAsset.ts
├── Layouts/
│ │ └── default.vue
├── Pages/
│ │ ├── Details/
│ │ ├── Contact.vue
│ │ ├── Index.vue
│ │ └── Products.vue
├── Plugins/
More information on what constitutes the enviroment:
Plugin | README |
---|---|
Nuxt DevTools | [https://devtools.nuxtjs.org/] |
Vite | [https://vitejs.dev/guide/] |
Prettier | [https://prettier.io/docs/en/index.html] |
Eslint | [https://eslint.org/docs/latest/] |
AutoPrefixer | [https://autoprefixer.github.io/] |
WTFPL
Free Software, Hell Yeah!
Why dont you contribute?