Apache ShenYu Dashboard

Clone this repo:
  1. 7d5d425 fix divide plugin: localizes status labels. (#529) by LingXiao Qi · 6 weeks ago master
  2. d4334c2 [type:issue] Support for gray release in divide-plugin. (#527) by yunlongn · 3 months ago
  3. 01f8c72 [fix] Fix handler required problem (#525) by VampireAchao · 3 months ago
  4. 60b8f21 Configuring gitpod with java (#523) by Kerwin Bryant · 3 months ago
  5. d364532 support get response type from document json (#521) by eye-gu · 3 months 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/