mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 15:59:54 +08:00
18 lines
305 B
Markdown
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>
|