# 根据gfs-react-dm项目的学习demo，测试用

将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
```


## Repair

`version 1.1.0` 新增Action，双向绑定用 <br/>

