Awesome
This Project Is Deprecated. Use Ant Design Pro instead.
Ant Design Pro is a production-ready solution for admin interfaces. Built on the design principles developed by Ant Design, this project introduces higher level components; we have developed templates, components, and a corresponding design kit to improve the user and development experience for admin interfaces.
React Ant.Design Admin UI
<p align="center"> <a href="https://react-antd-admin.surge.sh" target="_blank"> <img src="demo.png" width="700px"> <br> Live Demo </a> </p>Features
Getting Started
Just clone the repo and install the necessary node modules:
$ git clone https://github.com/fireyy/react-antd-admin
$ cd react-antd-admin
$ npm install
Run Dev
$ npm run dev
Run test spec
$ npm run test
Build
$ npm run build
Changelog
0.2.0
- 更新 React 到 15.6.x
- 更新 webpack 到 2.x
0.1.2
- 更新依赖组件到最新版本
- 增加 page2 demo