wails/v3/examples/README.md
2023-12-13 22:40:35 +11:00

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