Search
在Vue3中,编译器主要负责把模板编译成渲染render函数。Vue模板属于领域特定语言(DSL)。其编译过程与通用语言的编译过程有所不同。
Vue3
render
Vue
DSL
完整的编译过程通常包含以下步骤:
Vue模板的编译过程如下:
AST
JavaScript