Skip to content

razzh7/vue-express-rbac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-Express-RBAC

本项目主要解决后台管理系统的权限问题

安装/运行

cd admin
npm install
npm run dev

cd server
npm install
node server.js