mirror of https://github.com/longtai-cn/hippo4j
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.
24 lines
361 B
24 lines
361 B
2 years ago
|
## 说明
|
||
|
|
||
|
该项目由 [datax-web-ui](https://github.com/WeiYe-Jing/datax-web-ui)、[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 修改而来。
|
||
|
|
||
|
## Build Setup
|
||
|
|
||
|
运行:
|
||
|
|
||
|
```
|
||
|
npm install [ 慢的话用 npm install --registry https://registry.npm.taobao.org]
|
||
|
```
|
||
|
|
||
|
启动:
|
||
|
|
||
|
```
|
||
|
npm run dev
|
||
|
```
|
||
|
|
||
|
打包:
|
||
|
|
||
|
```
|
||
|
npm run build:prod
|
||
|
```
|