1.1.7 • Published 6 years ago

ea-react-dm-v14 v1.1.7

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

根据gfs-react-dm项目修改,新增实际需要定制功能

将react、redux整合一起使用的繁琐步骤进行封装,对外提供@View、@Control、@Model分别对应react component、redux action、redux store调用

文档请戳文档

安装

npm install ea-react-dm-v14 --save

使用

文档请戳文档

Command

	#测试	
	npm run test	
	#打包	
	npm run build	
	#例子演示	
	npm start

Repair

    `version 1.1.7` 添加返回数据的过滤器,TODO 优化
    `version 1.1.5` 添加回调
    `version 1.1.0` setValueByReducers 添加回调
    `version 1.0.0` 新增Action,双向绑定用