Apache ShenYu Dashboard

Clone this repo:
  1. 801f0a1 Bump path-to-regexp from 2.4.0 to 3.3.0 (#553) by dependabot[bot] · 5 days ago master
  2. e323f65 Bump gh-pages from 1.2.0 to 5.0.0 (#552) by dependabot[bot] · 5 days ago
  3. f6541df feat: add node cache for GHA (#551) by shown · 5 days ago
  4. 4563c51 Change npm command from ci to install (#550) by shown · 6 days ago
  5. 07ae585 infra: add auto sync GHA (#549) by shown · 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/