You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mudu-vx/README.md

44 lines
520 B

<!--
* @Author: 付刚
* @Date: 2021-06-03 18:19:56
* @LastEditors: 付刚
* @LastEditTime: 2021-06-03 21:12:28
* @FilePath: \MuduAPP\README.md
-->
# muduapp
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).