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