EMS2.0-Documents/1.源代码/前端源代码/IEMS/README.md

32 lines
358 B
Markdown

# IntelligentEnergyManagementSystem
# IEMS
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).