GitHub - rash0/Vue-Ecom: ✨ Full StoreFront built with Nuxt 3 + Pinia 2✨ (original) (raw)

logo

VueStoreFront is an easy, readily available, mobile-ready, up-to-date StoreFront template.

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?