https://github.com/sullay/vue3.0-demo
vue3.0-demo
https://github.com/sullay/vue3.0-demo
Last synced: 12 months ago
JSON representation
vue3.0-demo
- Host: GitHub
- URL: https://github.com/sullay/vue3.0-demo
- Owner: sullay
- Created: 2020-04-20T09:05:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T15:12:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T22:19:00.674Z (about 1 year ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3.0-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/).