@ -11,11 +11,11 @@
## CLI 命令
```bash
# 预览模式
# 克隆仓库后,npm link安装
npx ttrpg serve [dir] -p 3000
# 在项目文件夹内运行
ttrpg serve [dir] -p 3000
# 编译模式
npx ttrpg compile [dir] -o ./dist/output
```
## 组件语法