react-antd-admin-template
是一个基于 React
和 Ant Design
的后台管理系统模板。它使用了最新的前端技术栈,内置了动态路由,权限验证等典型的业务模型,可以帮助你快速搭建企业级中后台产品原型。
- 在线预览
- Gitee在线预览(国内用户可访问该地址)
- 开发文档正在编写中...
# 克隆项目
git clone https://github.com/NLRX-WJC/react-antd-admin-template.git
# 进入项目目录
cd react-antd-admin-template
# 安装依赖
npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm start
浏览器访问 http://localhost:3000