Apache ShenYu Dashboard

Clone this repo:
  1. eed34ea Add a universal browser copying method (#569) by renlu · 2 weeks ago master
  2. 74fc361 [style]Style/dialog button style (#570) by renlu · 2 weeks ago
  3. e00f695 fix:mcp requestConfig json parse (#568) by renlu · 2 weeks ago
  4. b6ff9e6 feat: Add new role search criteria & fix some bug (#567) by renlu · 3 weeks ago
  5. fe5812f Bump min-document from 2.19.0 to 2.19.2 (#565) by dependabot[bot] · 3 weeks 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/