Apache ShenYu Dashboard

Clone this repo:
  1. 4a58f3e Feat mcp streamable http (#536) by 有若旭 · 3 days ago master
  2. 6028d9c feat(document): add swagger import functionality (#535) by Jesen Kwan · 5 days ago
  3. f019966 [Feat] mcp server (#528) by aias00 · 9 days ago
  4. c7a1d97 add instance info (#524) by aias00 · 3 weeks ago
  5. 3f114cf Standardize gray field of Discovery Upstreams as boolean & add confirmation modal for unsaved edits (#534) by VampireAchao · 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/