Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi authored Feb 1, 2024
1 parent 6864168 commit 50fc833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

依次实现了响应式系统,模板编译器,挂载和更新,最后再以一个 计数器 demo 收尾。

虽然还有蛮多功能没有实现,但是主体逻辑都已经走通了,代码是可以跑起来的:rocket:,我想这对我们理解 Vue3 背后的工作原理还是挺有帮助的。
虽然还有蛮多功能没有实现,但是主体逻辑都已经走通了,代码是可以跑起来的 :rocket:,我想这对我们理解 Vue3 背后的工作原理还是挺有帮助的。

## PPT 目录

Expand All @@ -20,9 +20,9 @@
- 编译器
- [x] 抽象语法树 AST 介绍
- [x] 模板解析 parse
- [x] 转化器 transform
- [x] 转换器 transform
- [x] 代码生成 codegen
- [x] 编译 compile
- [x] compileToFunction
- 挂载
- 更新 (简单的 patch diff)
- Demo
Expand Down

0 comments on commit 50fc833

Please sign in to comment.