wails-app-dock/README.MD

21 lines
378 B
Plaintext
Raw Permalink Normal View History

2024-02-17 17:00:13 +08:00
### 初始化 wails 模版
```shell
wails generate template -name wails-vue3-template
```
### 使用模版初始化 wails 项目
```shell
wails init -n [项目名称] -t wails-vue3-template
```
#### 从远程模板生成
```shell
wails init -n [项目名称] -t https://github.com/misitebao/wails-template-vue
```
2024-02-17 21:45:43 +08:00
### 生成 wails binding
2024-02-20 01:50:06 +08:00
```shell
wails generate module
```