HessTina-YuI / incubator-shenyu-dashboard

Apache ShenYu Dashboard

Home Page:https://shenyu.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Apache ShenYu Dashboard

https://shenyu.apache.org/

License:Apache License 2.0


Languages

Language:JavaScript 94.6%Language:Less 5.0%Language:EJS 0.2%Language:Shell 0.2%