5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 23:54:14 +08:00
wails/v3/examples/README.md
2023-12-13 22:40:35 +11:00

305 B

v3

NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.

Running the examples

cd v3/examples/<example>
go mod tidy
go run .

Compiling the examples

cd v3/examples/<example>
go mod tidy
go build
./<example>