Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonkuang/ant-admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
https://github.com/nelsonkuang/ant-admin
admin admin-dashboard antd d3 d3v4 echarts react react-admin
Last synced: about 20 hours ago
JSON representation
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
- Host: GitHub
- URL: https://github.com/nelsonkuang/ant-admin
- Owner: nelsonkuang
- License: mit
- Created: 2017-09-25T02:29:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:26:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T18:44:50.700Z (20 days ago)
- Topics: admin, admin-dashboard, antd, d3, d3v4, echarts, react, react-admin
- Language: JavaScript
- Homepage: http://www.a4z.cn/pui/ant-admin.html#/vertical-bp-chart
- Size: 1.75 MB
- Stars: 578
- Watchers: 24
- Forks: 294
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ant-admin
基于 antd 的后台管理平台, 在react中玩转D3.js[在线 Demo](http://www.a4z.cn/pui/ant-admin.html#/vertical-bp-chart)
## 如何使用?
此项目使用`Create React App`初始化的
npm下可用的命令```
npm start
npm test
npm run build
npm run eject```
yarn下可用的命令
```
yarn start
yarn test
yarn build
yarn eject```
## License:
[MIT](https://github.com/nelsonkuang/ant-admin/blob/master/LICENSE)
## 参考引用
[https://bl.ocks.org/mbostock](https://bl.ocks.org/mbostock)
[https://github.com/yezihaohao/react-admin](https://github.com/yezihaohao/react-admin)