Skip to content

Commit

Permalink
docs(readme): 添加调试说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Oct 12, 2024
1 parent 3d5ddef commit c0944fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ export default {
extends: PtjsTheme,
}
```

## 调试说明

1. 修改文件后在仓库根目录下进行构建
- `pnpm i`
- `pnpm build`
2. 切换到 example 路径下预览
- `cd example`
- `pnpm dev`

0 comments on commit c0944fc

Please sign in to comment.