Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rash0/Vue-Ecom

✨ Full StoreFront built with Nuxt 3 + Pinia 2✨
https://github.com/rash0/Vue-Ecom

e-commerce nuxt3 pinia2 platform template vitejs vue vue3

Last synced: about 2 months ago
JSON representation

✨ Full StoreFront built with Nuxt 3 + Pinia 2✨

Awesome Lists containing this project

README

        


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:

- [Vue.Js](https://vuejs.org/)
- [Nuxt.Js](https://nuxt.com/)
- [Pinia](https://pinia.vuejs.org/)
- [BootStrap](https://getbootstrap.com/)


## Installation

```sh
# Open the project folder
cd Vue-Ecom && npm install

# for Development:
npm run dev

# for Producation:
npm run build
```


## Project Structure

```bash
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?_