UNPKG

gfs-react-dm

Version:

简化react和redux的繁杂流程,更简单的数据操作管理

29 lines (18 loc) 600 B
# gfs-react-dm 将react、redux整合一起使用的繁琐步骤进行封装,对外提供@View@Control@Model分别对应react component、redux action、redux store调用 [文档](https://future-team.github.io/gfs-react-dm/doc)请戳[文档](https://future-team.github.io/gfs-react-dm/doc) # 安装 ```javascript npm install gfs-react-dm --save ``` ## 使用 [文档](https://future-team.github.io/gfs-react-dm/doc)请戳[文档](https://future-team.github.io/gfs-react-dm/doc) ## Command ``` #测试 npm run test #打包 npm run build #例子演示 npm start ```