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的繁杂流程,更简单的数据操作管理
- Host: GitHub
- URL: https://github.com/future-team/gfs-react-dm
- Owner: future-team
- License: mit
- Created: 2017-01-19T07:31:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T04:44:54.000Z (over 8 years ago)
- Last Synced: 2025-04-14T15:08:46.782Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 765 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```