Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.36 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.36 KB

Pluto Admim

Admin page of the pluto. Build on the vue-element-admin.

We separate the admin page from the pluto server repository for which you can deploy the admin page everywhere your want.

Feature

  • pluto account login

  • rbac mangement

  • user management

Snapshots

login page

login page

dashboard

dashboard page

rbac page

rbac page

user management

user_management page

Development

# clone the project
git clone https://github.com/leeif/pluto-admin.git

cd pluto-admin

# install dependency
npm install

# develop, the base api url is default as http://localhost:8010
npm run dev

# staging/production, set the base api url of pluto server
VUE_APP_BASE_API=https://xxxx npm run staging/production

Change the proxy target to your own domain of the pluto server in vue.config.js.

Build

npm run build:stage
npm run build:prod

Update the env variable VUE_APP_BASE_API to your own domain of the pluto server in .env files.