Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 11, 2017
1 parent 0d87001 commit 15bc80e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
这个仓库是以前学习和收集的一些WebPack插件和例子,和对这些插件简单的应用。主要是玩转`Webpack``React`。参考阮大大的例子[ruanyf/webpack-demos](https://github.com/ruanyf/webpack-demos) ,更容易读懂。还有尤小右大大的例子[vuejs-templates/webpack](https://github.com/vuejs-templates/webpack)[vuejs-templates/webpack-simple](https://github.com/vuejs-templates/webpack-simple)`Webpack` 中应用 `vue`,参考这些例子结合官方文档看,慢慢就玩转 [Webpack](https://webpack.github.io/)[React](http://facebook.github.io/react/)

其它例子你可以研究研究 😄

- [redux应用的例子](https://github.com/matthew-sun/redux-example) [说明文档](http://www.cnblogs.com/matthewsun/p/4773646.html)
- [React+Redux系列教程](https://github.com/lewis617/react-redux-tutorial)

# 目录

Expand Down Expand Up @@ -938,4 +934,11 @@ Browser history 是由 React Router 创建浏览器应用推荐的 history。它
<Route path="/hello(/:name)"> // 匹配 /hello, /hello/michael, 和 /hello/ryan
<Route path="/files/*.*"> // 匹配 /files/hello.jpg 和 /files/hello.html
<Route path="/**/*.jpg"> // 匹配 /files/hello.jpg 和 /files/path/to/file.jpg
```
```

# 学习资料

其它例子你可以研究研究 😄

- [redux应用的例子](https://github.com/matthew-sun/redux-example) [说明文档](http://www.cnblogs.com/matthewsun/p/4773646.html)
- [React+Redux系列教程](https://github.com/lewis617/react-redux-tutorial)

0 comments on commit 15bc80e

Please sign in to comment.