An open API service indexing awesome lists of open source software.

https://github.com/future-team/gfs-react-dm

简化react和redux的繁杂流程,更简单的数据操作管理
https://github.com/future-team/gfs-react-dm

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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