s

基于yeoman搭建react后台框架

脚手架

1
yo react-webpack

目录结构

- cfg
- dist
- node_modules
- src
    - actions
    - components
    - config
    - model
    - routers
    - sources
    - store
    - styles
    - themes
    - utils
    - index.html
    - index.js
    - logo.png
- test
- .babel
- .eslintrc
- .yo-rc.json
- karma.conf.js
- package.json
- server.js
- webpack.config.js

项目路径

https://github.com/SeasonSu/react-antd