wails/v3/examples/build
Lea Anthony fe717c42b5
Refactor to using Window interface (#4471)
Refactor window interface to eliminate type assertions and improve code maintainability
2025-08-09 15:28:08 +10:00
..
build [v3] Improve examples 2023-06-06 20:41:28 +10:00
main.go Refactor to using Window interface (#4471) 2025-08-09 15:28:08 +10:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00
Taskfile.yml Fix syso naming issue 2024-11-18 20:43:03 +11:00

Build

Wails has adopted Taskfile as its build tool. This is optional and any build tool can be used. However, Taskfile is a great tool, and we recommend it.

The Wails CLI has built-in integration with Taskfile so the standalone version is not a requirement.

Building

To build the example, run:

wails3 task build

Status

Platform Status
Mac Working
Windows Working
Linux