{"id":13597956,"url":"https://github.com/haiweilian/vivy-nest-admin","last_synced_at":"2025-07-10T18:31:07.831Z","repository":{"id":181410125,"uuid":"666352155","full_name":"haiweilian/vivy-nest-admin","owner":"haiweilian","description":"基于 Nest.js \u0026 React.js \u0026 TypeORM 的后台权限管理系统。","archived":false,"fork":false,"pushed_at":"2024-11-14T06:01:06.000Z","size":4916,"stargazers_count":41,"open_issues_count":1,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-14T07:18:03.295Z","etag":null,"topics":["nestjs","nestjs-admin"],"latest_commit_sha":null,"homepage":"https://haiweilian.github.io/vivy-nest-admin","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haiweilian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-14T09:51:42.000Z","updated_at":"2024-11-14T06:01:10.000Z","dependencies_parsed_at":"2023-11-17T08:48:23.233Z","dependency_job_id":"5f879fa0-2525-4968-b09a-d20f0e87f1f1","html_url":"https://github.com/haiweilian/vivy-nest-admin","commit_stats":null,"previous_names":["haiweilian/vivy-nest-admin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Fvivy-nest-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Fvivy-nest-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Fvivy-nest-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiweilian%2Fvivy-nest-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haiweilian","download_url":"https://codeload.github.com/haiweilian/vivy-nest-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225648823,"owners_count":17502187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nestjs","nestjs-admin"],"created_at":"2024-08-01T17:00:44.395Z","updated_at":"2025-07-10T18:31:07.825Z","avatar_url":"https://github.com/haiweilian.png","language":"TypeScript","funding_links":[],"categories":["Nestjs"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"100px\" src=\"./docs/public/logo.png\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eVivy Nest Admin\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003e基于 Nest.js \u0026 React.js 的后台权限管理系统\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/haiweilian/vivy-nest-admin\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Vivy-v0.0.1-green\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/nestjs/nest\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Nest-v11.x-green\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/facebook/react\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/React-v19.x-green\"\u003e\n  \u003c/a\u003e\n\t\u003ca href=\"https://github.com/haiweilian/vivy-nest-admin/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/haiweilian/vivy-nest-admin\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 简介\n\n- [\u003e\u003e\u003e 代办列表 \u003e\u003e\u003e](https://github.com/users/haiweilian/projects/3)\n- 采用前后端分离的模式，使用 `Monorepo` 组织项目模块。\n- 后端使用 `Nest`、`MySQL`、`TypeORM`、`Redis` 等技术。\n- 前端使用 `React`、`Umi Max`、`Ant Design` 等技术。\n- 演示地址：\u003chttp://43.140.221.180:8000\u003e\n- 文档地址：\u003chttps://haiweilian.github.io/vivy-nest-admin\u003e\n- 掘金专栏：\u003chttps://juejin.cn/column/7316725867087003687\u003e\n\n## 系统模块\n\n```\nvivy\n├── docs                  // 项目文档\n├── docker                // 环境配置\n├── vivy-react            // 前端项目\n├── vivy-common           // 通用模块\n│       └── vivy-common-core                        // 核心模块\n│       └── vivy-common-excel                       // 表格模块\n│       └── vivy-common-datascope                   // 数据权限\n│       └── vivy-common-logger                      // 日志模块\n│       └── vivy-common-security                    // 安全模块\n│       └── vivy-common-swagger                     // 系统接口\n│       └── vivy-plugin-config                      // Config插件\n│       └── vivy-plugin-mybatis                     // Mybatis插件\n├── vivy-modules          // 业务模块\n│       └── vivy-system                             // 系统模块\n│       └── vivy-template                           // 模版模块\n```\n\n## 内置功能\n\n- [x] 用户管理：用户是系统操作者，该功能主要完成系统用户配置。\n- [x] 部门管理：配置系统组织机构（公司、部门、小组），树结构展现支持数据权限。\n- [x] 岗位管理：配置系统用户所属担任职务。\n- [x] 菜单管理：配置系统菜单，操作权限，按钮权限标识等。\n- [x] 角色管理：角色菜单权限分配、设置角色按机构进行数据范围权限划分。\n- [x] 字典管理：对系统中经常使用的一些较为固定的数据进行维护。\n- [x] 参数管理：对系统动态配置常用参数。\n- [x] 通知公告：系统通知公告发布维护。\n- [x] 操作日志：系统操作日志记录和查询。\n- [x] 登录日志：系统登录日志记录和查询。\n- [x] 在线用户：当前系统中活跃用户状态监控。\n- [x] 定时任务：在线（添加、修改、删除)任务调度包含执行结果日志。\n- [x] 代码生成：前后端代码的生成及下载。\n- [x] 文件上传：本地文件存储单文件、多文件上传。\n- [x] 系统接口：根据业务代码自动生成相关的接口文档。\n- [x] 桌面应用：基于 Electron 构建桌面应用程序。\n\n## 演示图\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./docs/public/demo/1.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./docs/public/demo/2.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./docs/public/demo/3.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./docs/public/demo/4.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiweilian%2Fvivy-nest-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaiweilian%2Fvivy-nest-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiweilian%2Fvivy-nest-admin/lists"}