Apache ShenYu Dashboard

Clone this repo:
  1. fe5812f Bump min-document from 2.19.0 to 2.19.2 (#565) by dependabot[bot] · 13 hours ago master
  2. cec0655 pass in the namespace_id when create alert_receiver (#563) by eye-gu · 20 hours ago
  3. 38f1768 Bump lodash from 4.17.21 to 4.17.23 (#561) by dependabot[bot] · 20 hours ago
  4. 2d11e0c fix: upload apache logo (#566) by renlu · 20 hours ago
  5. 146a701 Bump lodash-es from 4.17.21 to 4.17.23 (#560) by dependabot[bot] · 3 days ago

Apache ShenYu Dashboard

build Contribute with Gitpod

Overview

Apache ShenYu Dashboard is frontend of a management background for Apache ShenYu. The API interface is in the Apache Shenyu Admin module.

Prerequisite

  • node v8.0+

How to Build

Configuration

Modify the api url for different environment, eg: http://192.168.1.100:8000

Develop Environment

# install dependencies in this project root path.
npm install
# start
npm start

Production Environment

# install dependencies in this project root path.
npm install
# build for production
npm run build

# copy to apache-shenyu-admin
cp -rf dist/* shenyu-admin/src/main/resources/static/