🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
本仓库是Vue3源码学习实践记录,包含跟随视频课程敲写的核心源码解析、响应式原理/Composition API等关键模块的手写实现,以及学习过程中整理的重难点笔记(如 reactivity 模块设计、虚拟DOMdiff逻辑、生命周期流程等),既是源码学习的实操存档,也为Vue3进阶学习者提供可参考的分步拆解思路。
极客时间Spring Cloud微服务实战