README.md

May 14, 2023 ยท View on GitHub

logo



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:

PluginREADME
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?