Apache ShenYu Dashboard

Clone this repo:
  1. bc2d0c6 [type:fix] sider menu support resize (#537) by eye-gu · 24 hours ago master
  2. 83a9360 fix: Compatible UI layout (#539) by myangle1120 · 2 days ago
  3. caa65e3 fix: System Management modify ui (#538) by myangle1120 · 2 days ago
  4. 4a58f3e Feat mcp streamable http (#536) by 有若旭 · 5 weeks ago
  5. 6028d9c feat(document): add swagger import functionality (#535) by Jesen Kwan · 5 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/