Skip to content

Commit b5af00f

Browse files
committed
docs: update
1 parent 50fc833 commit b5af00f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,23 @@
2222
- [x] 模板解析 parse
2323
- [x] 转换器 transform
2424
- [x] 代码生成 codegen
25-
- [x] compileToFunction
25+
- [x] 编译 compile
2626
- 挂载
2727
- 更新 (简单的 patch diff)
2828
- Demo
2929
- [x] 计数器
30+
31+
## 安装 & 运行
32+
33+
```bash
34+
git clone https://github.com/w2xi/vue3-slides.git
35+
36+
cd vue3-slides
37+
38+
pnpm install
39+
40+
pnpm dev
41+
```
3042

3143
## 参考
3244

0 commit comments

Comments
 (0)