最新回答 / 慕粉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
https://github.com/ryouaki/react-redux-create
有一个别人做的小型react + redux脚手架,
真正项目在template内,cnpm install一下再npm run start就可以运行了。
有一个别人做的小型react + redux脚手架,
真正项目在template内,cnpm install一下再npm run start就可以运行了。
2017-03-06