https://github.com/srcrs/vue-shop
https://github.com/srcrs/vue-shop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srcrs/vue-shop
- Owner: srcrs
- Created: 2020-07-21T02:28:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:28:49.000Z (over 2 years ago)
- Last Synced: 2025-01-05T14:52:12.870Z (5 months ago)
- Language: Vue
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-shop
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).