We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fc833 commit b5af00fCopy full SHA for b5af00f
README.md
@@ -22,11 +22,23 @@
22
- [x] 模板解析 parse
23
- [x] 转换器 transform
24
- [x] 代码生成 codegen
25
- - [x] compileToFunction
+ - [x] 编译 compile
26
- 挂载
27
- 更新 (简单的 patch diff)
28
- Demo
29
- [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
+```
42
43
## 参考
44
0 commit comments