Apache ShenYu Dashboard

Clone this repo:
  1. a1b187d Optimize the layout of GeneralContextRuleHandle (#449) by Kerwin Bryant · 5 weeks ago master
  2. 3b337c6 Optimize the layout of RequestRuleHandle (#448) by Kerwin Bryant · 5 weeks ago
  3. ae40167 Optimize the layout of HystrixRuleHandle (#447) by Kerwin Bryant · 5 weeks ago
  4. 4c9b9b0 Optimize the handler layout of the selector form (#446) by Kerwin Bryant · 5 weeks ago
  5. a0c3394 Optimize the handler layout of the rule form (#445) by Kerwin Bryant · 5 weeks ago

Apache ShenYu Dashboard

build

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/