report-ui/README.md

8 lines
90 B
Markdown

### 本地运行
```
npm install
npm run dev
```
### 打包
npm install
npm run build:prod