https://github.com/cavencj/vue-next-cli
基于vuecli4 和vue3 的项目脚手架
https://github.com/cavencj/vue-next-cli
vue-next vuecli4
Last synced: about 2 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T02:35:11.000Z (over 4 years ago)
- Last Synced: 2025-02-11T12:41:10.339Z (4 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/).