https://github.com/cavencj/vue-next-cli
基于vuecli4 和vue3 的项目脚手架
https://github.com/cavencj/vue-next-cli
vue-next vuecli4
Last synced: 3 months ago
JSON representation
基于vuecli4 和vue3 的项目脚手架
- Host: GitHub
- URL: https://github.com/cavencj/vue-next-cli
- Owner: cavencj
- Created: 2020-11-18T02:06:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T02:35:11.000Z (over 5 years ago)
- Last Synced: 2025-10-27T07:43:39.754Z (7 months ago)
- Topics: vue-next, vuecli4
- Language: Vue
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-next-cli
## 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/).