https://github.com/57code/vue-mart
开课吧vue案例
https://github.com/57code/vue-mart
Last synced: 2 months ago
JSON representation
开课吧vue案例
- Host: GitHub
- URL: https://github.com/57code/vue-mart
- Owner: 57code
- Created: 2019-01-12T14:38:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T14:34:24.000Z (over 6 years ago)
- Last Synced: 2025-02-28T08:31:25.255Z (11 months ago)
- Language: Vue
- Size: 604 KB
- Stars: 53
- Watchers: 7
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-mart
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).