Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ant Design Pro | 34,872 | 133 | 78 | 8 days ago | 47 | May 08, 2019 | 388 | mit | TypeScript | |
👨🏻💻👩🏻💻 Use Ant Design like a Pro! | ||||||||||
React Admin | 22,915 | 212 | 154 | 21 hours ago | 239 | July 21, 2023 | 103 | mit | TypeScript | |
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design | ||||||||||
Refine | 14,597 | 48 | 20 hours ago | 199 | March 14, 2023 | 28 | mit | TypeScript | ||
Build your React-based CRUD applications, without constraints. 🌟 Star to support our work! | ||||||||||
Antd Admin | 9,441 | 11 days ago | 33 | mit | JavaScript | |||||
An excellent front-end solution for enterprise applications built upon Ant Design and UmiJS | ||||||||||
React Admin | 5,840 | 2 years ago | 14 | mit | TypeScript | |||||
:sparkles: react-admin system solution : react 后台管理系统解决方案 | ||||||||||
Frontendgithub | 4,910 | 7 months ago | 70 | mit | ||||||
:octocat:GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、数据结构与算法、开发工具、求职面试等) | ||||||||||
Material Kit React | 4,843 | a month ago | 5 | mit | JavaScript | |||||
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other | ||||||||||
Xadmin | 4,708 | 9 | 10 months ago | 34 | May 12, 2022 | 386 | bsd-3-clause | Python | ||
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap. | ||||||||||
Coreui Free React Admin Template | 4,134 | 2 | 11 days ago | 2 | November 01, 2020 | 1 | mit | JavaScript | ||
CoreUI React is a free React admin template based on Bootstrap 5 | ||||||||||
Airframe React | 3,825 | 8 months ago | 45 | mit | JavaScript | |||||
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe |
react-admin system solution
使用 saigao 快速安装和下载 react-admin 模板来开发项目:
npm i -g saigao
saigao myapp
// 或者使用npx 下载模板
npx saigao myapp
网上 react 后台管理开源免费的完整版项目比较少,所以利用空余时间集成了一个版本出来,已放到 GitHub 启动和打包的时间都稍长,请耐心等待两分钟
项目是用 create-react-app 创建的,主要还是列出新加的功能依赖包
点击名称可跳转相关网站 😄😄
备注:项目只引入了 ant-design 的部分组件,其他的组件 antd 官网有源码,可以直接复制到项目中使用,后续有时间补上全部组件。
项目使用了 antd 的自定义主题功能-->黑色,若想替换其他颜色,具体操作请查看 antd 官网
+-- build/ ---打包的文件目录
+-- config/ ---npm run eject 后的配置文件目录
+-- node_modules/ ---npm下载文件目录
+-- public/
| --- index.html ---首页入口html文件
| --- npm.json ---echarts测试数据
| --- weibo.json ---echarts测试数据
+-- src/ ---核心代码目录
| +-- axios ---http请求存放目录
| | --- index.js
| +-- components ---各式各样的组件存放目录
| | +-- animation ---动画组件
| | | --- ...
| | +-- charts ---图表组件
| | | --- ...
| | +-- dashboard ---首页组件
| | | --- ...
| | +-- forms ---表单组件
| | | --- ...
| | +-- pages ---页面组件
| | | --- ...
| | +-- tables ---表格组件
| | | --- ...
| | +-- ui ---ui组件
| | | --- ...
| | --- BreadcrumbCustom.jsx ---面包屑组件
| | --- HeaderCustom.jsx ---顶部导航组件
| | --- Page.jsx ---页面容器
| | --- SiderCustom.jsx ---左边菜单组件
| +-- style ---项目的样式存放目录,主要采用less编写
| +-- utils ---工具文件存放目录
| --- App.js ---组件入口文件
| --- index.js ---项目的整体js入口文件,包括路由配置等
--- .env ---启动项目自定义端口配置文件
--- .eslintrc ---自定义eslint配置文件,包括增加的react jsx语法限制
--- package.json
有些老铁遇到运行时报错,首先确定下是不是最新稳定版的 nodejs 和 yarn,切记不要用 cnpm
// 首推荐使用yarn装包,避免自动升级依赖包
yarn;
yarn start
yarn build
MIT
该项目会不定时更新,后续时间会添加更多的模块
欢迎和感谢大家 PR~~👏👏
若有问题,可加 QQ 群与我交流
如果对你有帮助,给个 star 哟~~❤️❤️❤️❤️