Skip to content
Vue2.0源码解析
Main Navigation
前端架构
pc商城
源码解析
Vue2
Vue3
React
Redux
Webpack
Algorithm
商铺项目
听音乐
Appearance
Menu
Return to top
On this page
Table of Contents for current page
Vue2源码解析
#
准备工作
#
认识flow
源码构建
...
数据驱动
#
new Vue
render
virtual dom
createElement
update
组件
#
createComponent
patch
合并配置
组件生命周期
注册组件
...
深入响应式原理
#
响应式对象
依赖收集
派发更新
nextTick
检测变化
计算属性 + 侦听属性
...
编译
#
parse
optimize
codegen
扩展
#
...