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

18 lines
305 B
Markdown

# 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>