Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 415 Bytes

File metadata and controls

17 lines (15 loc) · 415 Bytes

TOC

  • 目录结构

目录结构

vue3-docs\
    ts\          typescript语法
    demo\        测试demo
    pre-alpha\   pre-alpha版本分析 (stage_1)
    beta\        beta版本分析 (stage_2)
    vue3\        源代码
  • 文件说明
  • stage_1 : 源代码各个文件内容
  • stage_2 : 源代码模块功能组织
  • state_3 : 源代码模块简单实现