5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 06:41:37 +08:00
wails/v3/examples/dialogs
2023-07-21 08:24:38 +10:00
..
build [v3] Improve examples 2023-06-06 20:41:28 +10:00
main.go [v3] Fix Assets options in templates 2023-07-21 08:24:38 +10:00
README.md [v3] Improve examples 2023-06-06 20:41:28 +10:00
Taskfile.yml [v3 windows] Update Taskfile in templates 2023-06-06 20:37:15 +10:00

Dialogs Example

This example is a comprehensive example of using dialogs in Wails.

Running the example

To run the example, simply run the following command:

go run main.go

Building the example

To build the example in debug mode, simply run the following command:

wails task build

To build the example to use application icons, simply run the following command:

wails task build:production