Skip to content

Commit

Permalink
README.md更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yzsunlei committed Dec 29, 2019
1 parent 056d02c commit 5ce45f1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vue系列库源码解读

## 1.Vue
- 版本:V2.6.10
版本:V2.6.10
- [1.1.Vue源码结构说明.md](1.1.Vue源码结构说明.md)
- [1.2.Vue初始化过程分析-new Vue()到底做了什么.md](1.2.Vue初始化过程分析-new%20Vue()到底做了什么.md)
- [1.3.Vue双向绑定原理-Object.defineProperty数据劫持和发布订阅机制.md](1.3.Vue双向绑定原理-Object.defineProperty数据劫持和发布订阅机制.md)
Expand All @@ -10,9 +10,18 @@

## 2.Vue-router
版本:V3.0.6
- [2.1.Vue-router源码结构说明.md](2.1.Vue-router源码结构说明.md)
- [2.2.Vue-router使用过程分析.md](2.2.Vue-router使用过程分析.md)
- [2.3.Vue-router基本实现原理.md](2.3.Vue-router基本实现原理.md)
- [2.4.Vue-router匹配机制解析.md](2.4.Vue-router匹配机制解析.md)
- [2.5.Vue-router高级功能分析.md](2.5.Vue-router高级功能分析.md)

## 3.Vuex
版本:V3.1.1
- [3.1.Vuex源码结构说明.md](3.1.Vuex源码结构说明.md)
- [3.2.Vuex安装使用分析.md](3.2.Vuex安装使用分析.md)
- [3.3.Vuex核心功能解析.md](3.3.Vuex核心功能解析.md)
- [3.4.Vuex中辅助函数实现说明.md](3.4.Vuex中辅助函数实现说明.md)

## 4.Vue-cli
版本:V4.0.0
Expand All @@ -23,7 +32,7 @@
## 6.Vue-devtools
版本:V5.1.0

## 参考资料
## 相关
* [https://cn.vuejs.org/v2/api/](https://cn.vuejs.org/v2/api/)
* [https://ustbhuangyi.github.io/vue-analysis/](https://ustbhuangyi.github.io/vue-analysis/)
* [https://github.com/liutao/vue2.0-source](https://github.com/liutao/vue2.0-source)

0 comments on commit 5ce45f1

Please sign in to comment.