Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 847 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 847 Bytes

React-Admin

一个简单的 React Admin 项目模版。 此项目是基于react16AntDesign开发的,部分使用hook语法,计划后续全部更改为hook语法。

项目功能

- 登录/注销

- 全局功能
  - 动态侧边栏
  - 动态面包屑
  - mock数据
  - 全屏
  
- 编辑器
  - 富文本
  - markdown
  
- Excel
  - 上传excel
  - 下载excel
  - 前端在线预览excel
  
- 组件
  - 拖拽列表
  
- Table

- Dashboard

- Echarts图表

- 剪贴板

使用说明

  1. 下载项目
    git clone https://github.com/ch634421335/react-admin.git

  2. 进入项目路径
    cd react-admin

  3. 安装依赖
    npm install || yarn install

  4. 启动项目
    npm start || yarn start

Todo

  • 全局Dark mode
  • 使用hook语法重构项目
  • 添加其他功能...