Vue.js 技术揭秘
配套视频
GitHub
配套视频
GitHub
准备工作
Introduction
认识 Flow
Vue.js 源码目录设计
Vue.js 源码构建
从入口开始
数据驱动
Introduction
new Vue 发生了什么
Vue 实例挂载的实现
render
Virtual DOM
createElement
update
组件化
Introduction
createComponent
patch
合并配置
生命周期
组件注册
异步组件
深入响应式原理
Introduction
响应式对象
依赖收集
派发更新
nextTick
检测变化的注意事项
计算属性 VS 侦听属性
组件更新
原理图
编译
Introduction
编译入口
parse
optimize
codegen
扩展
Introduction
event
v-model
slot
keep-alive
transition
transition-group
Vue Router
Introduction
路由注册
VueRouter 对象
matcher
路径切换
Vuex
Introduction
Vuex 初始化
API
插件
#
原理图
在 GitHub 上编辑此页
上次更新:
6/8/2018, 9:15:58 AM
←
组件更新
Introduction
→