Skip to content

Commit afb554d

Browse files
author
Sven
committed
Merge branch 'master' of github.com:YutHelloWorld/vortex-react
2 parents de865fc + 0af696f commit afb554d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,17 @@
4040
---
4141

4242
## <a name="getting-start">&sect; 快速开始</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">&sect; 更多文档</a>
164-
[React知识地图](https://github.com/YutHelloWorld/Blog/issues/1)
174+
[React知识地图系列](https://github.com/YutHelloWorld/Blog/issues/1)
175+
165176

0 commit comments

Comments
 (0)