Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Feb 1, 2024
1 parent 50fc833 commit b5af00f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,23 @@
- [x] 模板解析 parse
- [x] 转换器 transform
- [x] 代码生成 codegen
- [x] compileToFunction
- [x] 编译 compile
- 挂载
- 更新 (简单的 patch diff)
- Demo
- [x] 计数器

## 安装 & 运行

```bash
git clone https://github.com/w2xi/vue3-slides.git

cd vue3-slides

pnpm install

pnpm dev
```

## 参考

Expand Down

0 comments on commit b5af00f

Please sign in to comment.