Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
✨ Full StoreFront built with Nuxt 3 + Pinia 2✨
- Host: GitHub
- URL: https://github.com/rash0/Vue-Ecom
- Owner: rash0
- Created: 2018-12-16T08:11:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T13:42:55.000Z (12 months ago)
- Last Synced: 2024-10-12T14:40:32.307Z (4 months ago)
- Topics: e-commerce, nuxt3, pinia2, platform, template, vitejs, vue, vue3
- Language: Vue
- Homepage: https://vue-ecom.vercel.app
- Size: 2.41 MB
- Stars: 184
- Watchers: 8
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
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?_