README.md
May 14, 2023 ยท View on GitHub
VueStoreFront is an easy, readily available, mobile-ready, up-to-date StoreFront template.
- ๐ Minimal UI
- ๐ Unique design
- โจ Smooth experience
- ๐ก Fast Optimized Build
- ๐ ๏ธ Highly modularized
Tech
VueStoreFront is build over a number of openSource projects:
Installation
# Open the project folder
cd Vue-Ecom && npm install
# for Development:
npm run dev
# for Producation:
npm run build
Project Structure
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/
Dev enviroment:
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/] |
License
WTFPL
Free Software, Hell Yeah!
Why dont you contribute?