https://github.com/zaaack/react-super-admin
A progressive super admin UI library, generated from swagger or graphqQL, without pain.
https://github.com/zaaack/react-super-admin
Last synced: about 2 months ago
JSON representation
A progressive super admin UI library, generated from swagger or graphqQL, without pain.
- Host: GitHub
- URL: https://github.com/zaaack/react-super-admin
- Owner: zaaack
- License: mit
- Created: 2017-07-04T13:19:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T09:44:55.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T07:52:41.636Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-starter
My react-starter
## Features
* webpack2
* using [webpack-blocks](https://github.com/andywer/webpack-blocks)
* react
* react-hot-loader
* babel
* preset:
* latest
* stage-0
* transform:
* decorators-legacy
* class-properties
* flow-strip-types
* babel-runtime
* [babel-root-import](https://github.com/michaelzoidl/babel-root-import) (e.g. import xx from '~/root/path/of/module')
* styled-components + polished: much better than sass, saved lots time of configuration, like extractText + sass + postcss(AutoPrefixer)
* eslint
* standard
* standar
* plugin:import/errors
* babel-root-import
* flowtype
* flow
* ava snapshot + enzyme test
[](https://github.com/feross/standard)