5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 06:32:10 +08:00
wails/v3
Oussama Sethoum 98bb3b6361
add instructions to run wails v3 examples. (#2854)
* add instructions to run wails v3 examples.

* Update README.md
2023-08-26 06:40:40 +10:00
..
cmd/wails Add plugin init. Update plugin signature. 2023-03-19 09:13:05 +11:00
examples [v3, darwin] Fix leaking WebKit processes on Window close (#2574) 2023-04-12 21:33:00 +10:00
internal Bump yaml from 2.2.1 to 2.2.2 in /v3/internal/runtime (#2623) 2023-04-29 20:42:50 +10:00
pkg [assetServer] Improve release/close handling of webview requests (#2612) 2023-04-20 12:06:37 +02:00
plugins [v3] Update start_at_login plugin to allow better compilation on Linux 2023-04-06 08:29:20 +10:00
tasks Update all-contributosrc 2023-03-02 08:22:33 +11:00
.gitignore merge exp branch 2023-01-18 21:42:49 +11:00
.prettierignore chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
.prettierrc.yml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
go.mod [v3] Add ability to get window by name 2023-04-07 19:47:01 +10:00
go.sum [v3] Add ability to get window by name 2023-04-07 19:47:01 +10:00
README.md add instructions to run wails v3 examples. (#2854) 2023-08-26 06:40:40 +10:00
Taskfile.yaml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
TODO.md Fix Bug with nil parameters. 2023-03-20 20:28:33 +11:00
V3 Changes.md update wml events to be parseable (#2561) 2023-04-11 18:28:06 +10:00

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!

Run examples

follow these steps to run the examples:

  • clone the repo
git clone https://github.com/wailsapp/wails.git
  • switch to v3-alpha branch
git checkout v3-alpha
  • install dependencies
go mod tidy
  • run the example you want
cd v3/examples/(example you want)
go mod tidy
go run main.go