https://github.com/xieyezi/vue3-demo
vue3尝鲜
https://github.com/xieyezi/vue3-demo
Last synced: 7 months ago
JSON representation
vue3尝鲜
- Host: GitHub
- URL: https://github.com/xieyezi/vue3-demo
- Owner: xieyezi
- Created: 2020-10-09T02:20:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T07:14:04.000Z (almost 5 years ago)
- Last Synced: 2025-03-07T20:51:56.605Z (7 months ago)
- Language: Vue
- Size: 238 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-demo
## 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/).