https://github.com/57code/vue-study
开课吧vue学习项目
https://github.com/57code/vue-study
Last synced: 9 months ago
JSON representation
开课吧vue学习项目
- Host: GitHub
- URL: https://github.com/57code/vue-study
- Owner: 57code
- Created: 2019-06-26T14:56:12.000Z (over 6 years ago)
- Default Branch: web34
- Last Pushed: 2023-01-04T13:56:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T10:03:58.488Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.8 MB
- Stars: 559
- Watchers: 39
- Forks: 322
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study-vue
## 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/).