Files
hertzbeat/web-app
tomsun28 b39b5e4c6e [home,webapp] add users logo and update hertzbeat brand (#302)
[home]add who use hertzbeat.

  [home,webapp] add users logo and update hertzbeat brand
2022-09-25 13:40:12 +08:00
..
2021-12-03 09:15:53 +08:00
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00
2021-11-27 22:21:52 +08:00
2022-01-31 08:38:06 +08:00
2021-11-27 22:21:52 +08:00
2021-11-30 22:16:38 +08:00
2021-11-27 22:21:52 +08:00

Hertzbeat Web-App

Quickly Start

  1. Need Node Yarn Environment.
  2. Execute yarn install in web-app
  3. Install angular-cli : yarn global add @angular/cli@12
  4. Start After Backend Server Available : ng serve --open

  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

Build HertzBeat Install Package

  1. Execute command in web-app

ng build --prod

  1. Execute command in manager

mvn package

The HertzBeat install package will at manager/target/hertzbeat-{version}.tar.gz