一个基于react的企业级前端框架


Keywords
react radmin
License
ISC
Install
npm install radmin@1.0.92

Documentation

radmin

a collection of react based components and toolkit, startkit included

This project's goal is to help people create a reactive, realtime and user friendly backend system with react.

Usage

We provide cli for you, which can help you start easily

$ npm install -g radmin-tool
$ radmin-tool demo my-project 
$ cd my-project
$ npm install

# If you want to use dev server, run this script to start a webpack-dev-server, and which enables hot module replacement
$ npm start
# If you choose to build a uncompressed version, run this script 
$ npm run dev
# If you choose to build a compressed version for production, run this script
$ npm run build

What's Included

  • react
  • react-dom
  • react-router
  • radmin-components
  • dev server

Demo App

  • Here is an online demo
  • For more detail, please visit docs

App 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.