Go to file
2024-02-19 04:12:11 +08:00
.github
.idea
build
frontend
pkg
.gitignore
go.mod
go.sum
main.go
README.MD
wails.json
yarn.lock

初始化 wails 模版

wails generate template -name wails-vue3-template

使用模版初始化 wails 项目

wails init -n [项目名称] -t wails-vue3-template

从远程模板生成

wails init -n [项目名称] -t https://github.com/misitebao/wails-template-vue

生成 wails binding