https://github.com/mkdir700/learn_vue
个人学习Vue的临时项目
https://github.com/mkdir700/learn_vue
Last synced: 4 months ago
JSON representation
个人学习Vue的临时项目
- Host: GitHub
- URL: https://github.com/mkdir700/learn_vue
- Owner: mkdir700
- Created: 2020-05-14T00:36:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T10:24:19.000Z (about 6 years ago)
- Last Synced: 2025-10-25T20:13:22.298Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_learn
## 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/).