https://github.com/amejiarosario/vshop
https://github.com/amejiarosario/vshop
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amejiarosario/vshop
- Owner: amejiarosario
- Created: 2018-08-21T14:30:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T00:13:16.000Z (about 7 years ago)
- Last Synced: 2025-01-29T01:51:19.719Z (9 months ago)
- Language: JavaScript
- Size: 26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vshop
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```