Apache ShenYu Dashboard

Clone this repo:
  1. fc7f61e Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.4 (#585) by dependabot[bot] · 7 weeks ago master 2.7.1
  2. e589931 Bump qs from 6.14.1 to 6.15.2 (#586) by dependabot[bot] · 7 weeks ago
  3. 11d2715 Bump undici from 7.16.0 to 7.25.0 (#583) by dependabot[bot] · 3 months ago
  4. c61f989 Bump follow-redirects from 1.15.11 to 1.16.0 (#582) by dependabot[bot] · 3 months ago
  5. 7d92c9a Bump lodash from 4.17.23 to 4.18.1 (#581) by dependabot[bot] · 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/