0.1.8 • Published 7 years ago

gfs-react-mvc v0.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

gfs-react-mvc

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

文档请戳文档

安装

npm install gfs-react-mvc --save

使用

文档请戳文档

Command

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