| commit | eb5f45ff582d952e516201aae7c8358f24dc9024 | [log] [tgz] |
|---|---|---|
| author | Asxing Yang(阿行) <AsxingYang@gmail.com> | Fri Apr 30 22:04:39 2021 +0800 |
| committer | GitHub <noreply@github.com> | Fri Apr 30 22:04:39 2021 +0800 |
| tree | 4add6e3e091b22ae418fdc3f034d2c8badb14961 | |
| parent | 646755c1accabd8fc2394793e4c9229d61dc4d66 [diff] |
Update run-tests.js
Soul Dashboard is frontend of a management background for soul. The API interface is in the soul-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 soul-admin cp -rf dist/* soul-admin/src/main/resources/static/


