https://github.com/aidear3/real-shop-prototype
An ecommerce prototype built with Vue - Development Version
https://github.com/aidear3/real-shop-prototype
ecommerce ecommerce-website prototype vue vuejs
Last synced: about 2 months ago
JSON representation
An ecommerce prototype built with Vue - Development Version
- Host: GitHub
- URL: https://github.com/aidear3/real-shop-prototype
- Owner: aidear3
- Created: 2023-04-17T08:48:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T08:50:53.000Z (about 2 years ago)
- Last Synced: 2025-01-12T20:45:33.077Z (4 months ago)
- Topics: ecommerce, ecommerce-website, prototype, vue, vuejs
- Language: Vue
- Homepage: https://real-shop-test.firebaseapp.com
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realshop-frontend-v2
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).