File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 4040---
4141
4242## <a name =" getting-start " >§ ; 快速开始</a >
43- > 推荐升级到 node 5.x/6.x + npm 5.x + yarn ^0.27.5环境。** 强烈推荐** 使用 [ ` cnpm ` ] ( https://github.com/cnpm/cnpm ) 安装依赖
43+ 在开始之前,希望你已通读以下文档
44+ - [ React] ( https://facebook.github.io/react/ )
45+ - [ Redux] ( https://github.com/reactjs/redux )
46+ - [ React Router 3 Documentation] ( https://github.com/ReactTraining/react-router/tree/v3/docs )
47+ - [ ES6] ( http://babeljs.io/learn-es2015/ )
48+
49+ 看完一脸还是懵逼请移步参看 [ React知识地图系列] ( https://github.com/YutHelloWorld/Blog/issues/1 )
50+
51+ 你可以在[ Babel REPL] ( http://babeljs.io/repl/ ) 验证ES6转ES5、JSX语法。
52+
53+ > 推荐升级到 node 5.x/6.x + npm 5.x + yarn ^0.27.5环境。** 强烈推荐** 使用 [ ` cnpm ` ] ( https://github.com/cnpm/cnpm ) 安装依赖
4454> 或手动切换到淘宝 npm 源:` npm set registry https://registry.npm.taobao.org/ `
4555> (经测试,` cnpm ` 对于 ` node-sass ` ` PhantomJS ` 等问题多多的 Package 拥有秒杀能力)
4656 ### <a name="installation"> ⊙ 安装</a >
@@ -161,5 +171,6 @@ yarn start
161171
162172---
163173## <a name =" doc " >§ ; 更多文档</a >
164- [ React知识地图] ( https://github.com/YutHelloWorld/Blog/issues/1 )
174+ [ React知识地图系列] ( https://github.com/YutHelloWorld/Blog/issues/1 )
175+
165176
You can’t perform that action at this time.
0 commit comments