增加部署文档说明

This commit is contained in:
锦恢 2024-09-02 15:37:53 +08:00
parent ee882a53db
commit 47b0c3ef26

View File

@ -1,6 +1,25 @@
## build ## 构建
```bash ```bash
python scripts/vscode-package.py python scripts/vscode-package.py
``` ```
## 部署
保证 Digital IDE 项目下为:
```
resources
- dide-viewer
- view
- css
- js
- worker.js
- index.html
- vcd.wasm
- vcd.css
- ...
- index.js
```