sk-matrix-project/app/wails/README.md
2023-07-09 21:03:39 +08:00

28 lines
807 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# README
## 关于
这是Wails Vanilla的官方模板。
你可以通过编辑`wails.json`来配置该项目。关于项目设置的更多信息可以在
这里: https://wails.io/docs/reference/project-config
## 实时开发
要在实时开发模式下运行,在项目目录下运行`wails dev`。这将运行一个Vite开发
服务器,它将为你的前端修改提供非常快速的热重载。如果你想在浏览器中开发
并能访问你的Go方法也有一个运行在http://localhost:34115 的开发服务器。连接到
连接到这个服务器你就可以从devtools调用你的Go代码。
## 构建
要建立一个可重新分配的生产模式的软件包,请使用
```shell
wails build
```
## 更新 golang 模块 生成的 js/ts 文件
```shell
wails generate module
```