An open API service indexing awesome lists of open source software.

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 的项目脚手架

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/).