https://github.com/joyceql/vuedemo
vue常用demo合集
https://github.com/joyceql/vuedemo
Last synced: about 2 months ago
JSON representation
vue常用demo合集
- Host: GitHub
- URL: https://github.com/joyceql/vuedemo
- Owner: JOYCEQL
- Created: 2021-01-23T06:13:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T02:26:50.000Z (over 4 years ago)
- Last Synced: 2026-01-03T01:05:28.615Z (6 months ago)
- Language: CSS
- Size: 5.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo
## 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/).