最新回答 / 慕粉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