# nest-vben-admin **Repository Path**: gaopfdeveloper/nest-vben-admin ## Basic Information - **Project Name**: nest-vben-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: kz-vue3业务框架 ## README

nest vben admin

Vben NestJs

一款简单高效的前后端分离的权限管理系统。

> [!Warning] > 该项目将不再维护,后续使用 Prisma 替换 Typeorm ,并从 Vben 迁移至 Ant Design Pro。 > > ### 说明 使用 Vben Admin + NestJs 等技术栈,并采用 monorepo 管理项目,希望这个项目在 typescript 全栈的路上能够帮助到你。 [在线预览](https://admin.kuizuo.cn) 演示账号: admin/a123456 安装 ```bash git clone https://github.com/kuizuo/nest-vben-admin cd nest-vben-admin pnpm install ``` **运行** ```bash pnpm run dev ``` 前端页面: https://localhost:5173 后端接口: http://localhost:5001/api **打包** ```bash pnpm build ``` ### 功能 - [x] 用户管理 - [x] 角色管理 - [x] 菜单管理 - [x] 部门管理 - [x] 文件上传 - [x] 定时任务 - [x] 邮件工具 - [x] 系统监控 - [x] 在线用户 ### LICENSE [MIT](./LICENSE)