ShenYu Dashboard is frontend of a management background for shenyu. The API interface is in the shenyu-admin module.
Modify the api url for different environment, eg: http://192.168.1.100:8000
# install dependencies in this project root path. npm install # start npm start
# 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/