5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 04:19:45 +08:00
wails/v3/examples/plain
2023-10-17 20:25:36 +11:00
..
main.go Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00

Plain Example

This example is a demonstration of different ways to create applications without using npm.

Running the example

To run the example, simply run the following command:

go run .

Status

Platform Status
Mac Working
Windows Working
Linux