https://github.com/feihua/antd-admin
antd-admin模板
https://github.com/feihua/antd-admin
Last synced: 6 months ago
JSON representation
antd-admin模板
- Host: GitHub
- URL: https://github.com/feihua/antd-admin
- Owner: feihua
- Created: 2023-01-04T06:20:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T08:20:18.000Z (6 months ago)
- Last Synced: 2025-04-12T09:28:42.277Z (6 months ago)
- Language: TypeScript
- Size: 1.13 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antd-admin
这是一个基于 React + TypeScript + Ant Design 的后台管理系统模板,提供了完整的权限管理、用户管理等基础功能
# 技术栈
- 核心框架:React 18
- 开发语言:TypeScript 5.x
- UI 组件库:Ant Design
- 状态管理:Zustand
- 路由管理:React Router v6
- 构建工具:Vite
- 代码规范:ESLint + Prettier
# 项目结构
```
src/
├── api/ # API 接口封装
├── assets/ # 静态资源
├── components/ # 公共组件
├── pages/ # 页面组件
├── router/ # 路由配置
├── store/ # 状态管理
├── utils/ # 工具函数
└── App.tsx # 根组件
```
# 系统截图## 用户界面

## 角色分配界面

## 角色界面

## 角色用户界面

## 菜单分配界面

## 菜单界面

## 部门界面

## 岗位界面

## 字典界面

## 字典数据界面

## 通知界面

## 登录日志
