Apache ShenYu Dashboard

Clone this repo:
  1. 11d2715 Bump undici from 7.16.0 to 7.25.0 (#583) by dependabot[bot] · 6 days ago master
  2. c61f989 Bump follow-redirects from 1.15.11 to 1.16.0 (#582) by dependabot[bot] · 8 days ago
  3. 7d92c9a Bump lodash from 4.17.23 to 4.18.1 (#581) by dependabot[bot] · 8 days ago
  4. a9f9ef8 Bump lodash-es from 4.17.23 to 4.18.1 (#579) by dependabot[bot] · 8 days ago
  5. a32ce69 Bump lodash.template from 4.5.0 to 4.18.1 (#578) by dependabot[bot] · 8 days 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/