mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:50:09 +08:00
305 B
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>