Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1016 Bytes

README.zh-CN.md

File metadata and controls

50 lines (33 loc) · 1016 Bytes

English | 简体中文

React Admin Template

简介

react-admin-template 是一个基于 React 和 Ant Design 的后台模板。

特点

  • TypeScript: 完善的类型支持
  • Hooks: 使用 React hooks
  • Theming: 动态主题切换
  • Route guard: 路由守卫
  • Internationalization: 多语言支持
  • State management: 使用 zustand 管理数据状态
  • Mock: 开发环境的模拟数据

开始使用

# 克隆仓库
git clone https://github.com/w2xi/react-admin-template.git

# 导航到项目目录
cd react-admin-template

# 安装依赖
pnpm install

# 启动开发服务器
pnpm run dev

打开浏览器并访问 http://localhost:5173/ 查看后台模板。

构建

# 构建项目
pnpm run build

贡献

欢迎贡献!如果您发现任何问题或有建议,请在 GitHub 仓库中打开问题或提交 pull request。

许可证

MIT