radmin
v1.0.92
Published
一个基于react的企业级前端框架
Downloads
550
Readme
Radmin
An enterprise-class front-end framework of management system and React-based implementation.
Install
Install the project creation tool.
$ npm install radmin-tool -g
Create the project (may need sudo), and install the dependencies.
$ radmin-tool demo project-name
$ cd [project-name]
$ npm install
Start webpack development server, and which enables hot module replacement.
$ npm start
Additionally, use npm run build to publish (compressed).
Visit http://127.0.0.1:80 to view your web pages. If you want to use qq or oa login component, please configure qq domain in the hosts file.
Usage
If you're new to radmin, check out the resources on radmin.qq.com.
Directory Structure
radmin project
├── README.md
├── package.json # package.json
├── docs # documents
├── src # source code folder
├── web # publish folder
├── webpack.dev.server.js # webpack hot server
├── webpack.hot.config.js # webpack hot server config
└── webpack.production.config.js # build config
License
The MIT License(http://opensource.org/licenses/MIT)
Suggestion
We welcome all suggestions. Please send mail to us.