Skip to content

rash0/Vue-Ecom

Folders and files

NameName
Last commit message
Last commit date
May 16, 2023
Jun 22, 2023
May 15, 2023
Jun 22, 2023
Jun 22, 2023
May 16, 2023
May 16, 2023
Jun 12, 2023
Jun 22, 2023
May 14, 2023
Jan 30, 2019
May 14, 2023
Nov 28, 2018
May 30, 2023
Jun 26, 2023
Oct 22, 2023
Jun 22, 2023
May 14, 2023

Repository files navigation

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:

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?