rash0 / Vue-Ecom

✨ Full StoreFront built with Nuxt 3 + Pinia 2✨

Home Page:https://vue-ecom.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

✨ Full StoreFront built with Nuxt 3 + Pinia 2✨

https://vue-ecom.vercel.app


Languages

Language:Vue 87.9%Language:TypeScript 8.5%Language:JavaScript 3.2%Language:SCSS 0.5%