mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 17:12:11 +08:00
.. | ||
binding | ||
build | ||
clipboard | ||
contextmenus | ||
dev | ||
dialogs | ||
drag-n-drop | ||
events | ||
frameless | ||
kitchensink | ||
menu | ||
oauth | ||
plain | ||
plugins | ||
screen | ||
systray | ||
window | ||
windowjs | ||
wml | ||
README.md |
v3
This directory is experimental. It probably won't work for you. There's no support for this directory. Dragons be here. You have been warned!
The examples in this directory may or may not compile / run at any given time. But the general method to try them out is as follows:
Running the examples
cd v3/examples/<example>
go mod tidy
go run main.go
Compiling the examples
cd v3/examples/<example>
go mod tidy
go build
./<example>