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.
-
pluto account login
-
rbac mangement
-
user management
login page
dashboard
rbac page
user management
# 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.