[webapp,common]监控host参数修复校验,添加本地启动帮助

This commit is contained in:
tomsun28
2022-02-19 22:56:17 +08:00
parent d6376a0cb2
commit 5d0cfcbec9
4 changed files with 61 additions and 3 deletions

View File

@@ -4,6 +4,22 @@
**面向开发者,易用友好的高性能监控云服务**
## 本地启动
### npm 方式
1. 需要nodejs npm环境
下载地址https://nodejs.org/en/download
2. 在前端工程目录web-app下执行 `npm install --registry=https://registry.npm.taobao.org`
3. 全局安装angular-cli `npm install -g @angular/cli@12 --registry=https://registry.npm.taobao.org`
4. 待本地后端启动后在web-app目录下启动本地前端 `ng serve --open`
### yarn 方式
1. 需要nodejs npm环境
下载地址https://nodejs.org/en/download
2. 安装yarn `npm install -g yarn`
3. 在前端工程目录web-app下执行 `yarn install`
4. 全局安装angular-cli `npm install -g @angular/cli@12 --registry=https://registry.npm.taobao.org`
5. 待本地后端启动后在web-app目录下启动本地前端 `ng serve --open`
## 编译打包
@@ -15,4 +31,4 @@ manager目录下执行
```mvn package```
生成的安装包在 manager/target/hertz-beta-1.0.tar.gz
生成的安装包在 manager/target/hertz-beta.tar.gz