Skip to content

UniverseInHeart/shenyu-dashboard

 
 

Repository files navigation

ShenYu Dashboard

build

Overview

ShenYu Dashboard is frontend of a management background for shenyu. The API interface is in the 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 index.ejs

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 shenyu-admin
cp -rf dist/* shenyu-admin/src/main/resources/static/

Screenshots

Divide Plugin

Divide Plugin

Add Rules

Add Rules

Plugin Management

Plugin Management

About

Dashboard for ShenYu

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • Less 3.6%
  • Other 0.2%