Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 481 Bytes

vue3-annotation

阅读vue3源码给代码加注释,文章更新中..... 版本V3.0.5

  • compiler-core 与平台无关的编译器
  • compiler-dom 针对dom的编译器
  • compiler-sfc sfc编译器
  • compiler-ssr ssr编译器
  • reactivity 响应Api
  • runtime-core 平台无关的runtime
  • runtime-dom 针对浏览器的runtime
  • runtime-test 为测试写的runtime
  • server-renderer 服务端渲染
  • shared 通用代码
  • vue 主入口