# vueCode **Repository Path**: ysxhd/vue-code ## Basic Information - **Project Name**: vueCode - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2021-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # miniVue ## template -> 编译 ...-> 形成真是 DOM 1、获取到 template 2、template -> AST 树 - AST Abstact syntax tree 抽象语法树 - 源代码的抽象语法结构的树状描述 3、AST -> render 函数 -> \_c \_v \_s 4、render 函数 -> 虚拟节点 5、设置 PATCH -> 打补丁到真实 DOM