Distinguish between submitting PR and merging master action.
2 files changed
tree: 4e2a6c8b380a16b81dcf24055d798dd73dc8a8d4
  1. .github/
  2. doc/
  3. mock/
  4. public/
  5. src/
  6. tests/
  7. .babelrc.js
  8. .editorconfig
  9. .eslintrc.js
  10. .gitignore
  11. .roadhogrc.mock.js
  12. .stylelintrc.json
  13. .webpackrc.js
  14. jsconfig.json
  15. package.json
  16. README.md
README.md

Soul Dashboard

build

Overview

Soul Dashboard is frontend of a management background for soul. The API interface is in the soul-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 soul-admin
cp -rf dist/* soul-admin/src/main/resources/static/

Screenshots

Divide Plugin

Divide Plugin

Add Rules

Add Rules

Plugin Management

Plugin Management