https://github.com/supervons/explorevue2
Explore the optimization of the vue 2 project.
https://github.com/supervons/explorevue2
Last synced: 8 months ago
JSON representation
Explore the optimization of the vue 2 project.
- Host: GitHub
- URL: https://github.com/supervons/explorevue2
- Owner: supervons
- Created: 2023-02-09T05:33:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T06:47:42.000Z (over 1 year ago)
- Last Synced: 2025-01-09T14:37:07.091Z (9 months ago)
- Language: Vue
- Size: 861 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue
## 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/).