这个仓库翻译自“逐行级深入探究 Vue.js 源码”系列文章,地址:文章地址,已经过作者本人同意。目的也是为了巩固、学习 JavaScript
和 Vue
相关的知识点。
这个系列的文章都是详细地分析
Vue.js
的源码,以说明一些基本的JavaScript
概念。文章讲述一些JavaScript
概念时,尽量以一种对初学者友好的方式。查看这篇更新计划,获取本系列文章的后续计划和方向等更多信息。
- Vue 构造函数
- initMixin 函数
- mergeOptions 函数(1)
- dedupe 函数
- 更新计划
- mergeOptions 函数(2)
- mergeOptions 函数(3)
- cached 函数
- camelize 函数
- normalizeProps 函数
- warn 函数
- generateComponentTrace 函数(1)
- generateComponentTrace 函数(2)
- repeat 函数)
- generateComponentTrace 函数(3)
- formatComponentName 函数
- classify 函数
- warn 函数(回顾)
- props 和 normalizeProps
- isPlainObject 函数
- toRawType 函数