commit | f8959f10ffa099676e2ea7b8b8d5dbc1dbae4c2a | [log] [tgz] |
---|---|---|
author | Zhang Yonglun <zhangyonglun@apache.org> | Wed Jul 14 17:47:40 2021 +0800 |
committer | GitHub <noreply@github.com> | Wed Jul 14 17:47:40 2021 +0800 |
tree | 187d623a2a0475e69e681aebc7f3703df1c8d491 | |
parent | a9b6c099842955140a779fe48f5751dce2659a1d [diff] |
add license headers (#135)
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/