Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 731 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 731 Bytes

基于 React 生态搭建的后台管理系统模板 这个后台系统模板主要是为了熟悉 React 项目的开发流程,帮助我快速开发后台系统而打造的模板

如果觉得不错或者对你有些许的帮助,欢迎 star,或者你有好的建议或者意见、有趣的 idea,也请务必告诉在下,非常感谢🙏

基本信息↓

技术栈

React16 + React-Router + Redux+ Antd + Axios

基本功能

  • 路由懒加载
  • 面包屑导航
  • 登陆/注销功能
  • axios 封装
  • 简单权限管理

使用方法

git clone https://github.com/OK-zxl/react-admin.git

cd react-admin

// 安装依赖
yarn

// 启动
yarn start

// 打包
yarn build