# react-admin **Repository Path**: soarless/react-admin ## Basic Information - **Project Name**: react-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于React+antd实现 ### 技术栈 - react - antd - react-router - mobx - ES6 ### 运行方法 需要先启动后端服务,否则不能正常运行 先执行npm install 再执行npm run start ### 目录结构 ├─assets 静态资源 ├─components 通用组件 ├─routes 路由页面 │ ├─About 关于 │ ├─Admin 后台页面框架 │ ├─AdminPage 后台页面 │ │ ├─DataTable 数据管理 │ │ ├─Home 首页 │ │ ├─UserTable 用户管理 │ │ └─Visualization 数据可视化 │ ├─Index 前台主页 │ └─Login 登录界面 ├─store 全局数据存储 └─utils 工具类