Apache ShenYu Dashboard

Clone this repo:
  1. e0d0dd3 fix springcloud plugin‘s style display issues (#284) by peng-heng · 11 days ago master
  2. cc45e1e [Task] check password tips (#282) by peng-heng · 2 weeks ago
  3. d64935c [type:feature] Change password strictness (#280) by likeguo · 3 weeks ago
  4. a01d1f8 Add system/resource searcher to search menu with name (#279) by VampireAchao · 5 weeks ago
  5. 0a51f07 bugfix can not load favicon.ico in dashboard (#278) by tomsun28 · 5 weeks ago

Apache ShenYu Dashboard

build

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/