Skip to content

管理后台界面

IAM-Admin-UI 是权限系统的管理后台前端界面,基于 Vue3 开发。

功能特性

  • 用户管理界面
  • 角色权限配置
  • 系统设置
  • 日志查看
  • 个人中心

技术栈

  • Vue 3
  • Element Plus
  • Vite
  • Pinia

快速开始

bash
# 安装依赖
npm install

# 启动开发服务
npm run dev

# 构建生产环境
npm run build

Released under the MIT License.