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

36 lines
377 B
Markdown

# 垛机监控系统
6 years ago
## Project setup
6 years ago
```
npm install
```
### Compiles and hot-reloads for development
6 years ago
```
npm run serve
```
### Compiles and minifies for production
6 years ago
```
npm run build
```
### Run your tests
6 years ago
```
npm run test
```
### Lints and fixes files
6 years ago
```
npm run lint
```
### Customize configuration
6 years ago
See [Configuration Reference](https://cli.vuejs.org/config/).