mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 05:59:32 +08:00
25 lines
442 B
Markdown
25 lines
442 B
Markdown
# 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:
|
|
|
|
```bash
|
|
go run main.go
|
|
```
|
|
|
|
## Building the example
|
|
|
|
To build the example in debug mode, simply run the following command:
|
|
|
|
```bash
|
|
wails task build
|
|
```
|
|
|
|
To build the example to use application icons, simply run the following command:
|
|
|
|
```bash
|
|
wails task build:production
|
|
``` |