最新回答 / 慕粉4181724
{ "name": "iwen", "version": "1.0.0", "description": "", "scripts": { "start": "node server.js", "test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js", "test:watch": "npm test -- --watch" ...
2017-03-13
最赞回答 / 慕勒7592528
先从 https//github.com/reactjs/redux.git 克隆下来源代码然后 cd redux/examples/todos然后运行 npm install 和 npm startexamples 中还有很多例子,中文链接:http://www.redux.org.cn/docs/introduction/Examples.html
2017-03-13
最新回答 / slow_wu
redux官网上有的,http://cn.redux.js.org/docs/recipes/reducers/UsingCombineReducers.html
2017-02-09