5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 22:49:29 +08:00
wails/v3
2023-09-03 10:30:31 +10:00
..
cmd/wails3 Add doctor. 2023-09-03 08:42:12 +10:00
examples Support Mac in wails doctor 2023-09-03 10:30:31 +10:00
internal Support Mac in wails doctor 2023-09-03 10:30:31 +10:00
pkg [v3 linux] correct transparency setting 2023-09-01 15:57:13 -05:00
plugins [v3 linux] start_at_login initial implementation 2023-09-01 16:04:25 -05:00
tasks [v3] Fix generation of common events 2023-07-05 20:39:35 +10:00
.gitignore Fix production build 2023-09-01 22:06:43 +10: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
CHANGELOG.md [v3] Add CHANGELOG.md. Add instructions for PRs in DEVELOPMENT.md. 2023-07-01 11:09:09 +10:00
DEVELOPMENT.md [v3] Add CHANGELOG.md. Add instructions for PRs in DEVELOPMENT.md. 2023-07-01 11:09:09 +10:00
go.mod Add doctor. 2023-09-03 08:42:12 +10:00
go.sum Add doctor. 2023-09-03 08:42:12 +10:00
README.md add instructions to run wails v3 examples. (#2854) 2023-08-26 06:40:40 +10:00
STATUS.md [v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event 2023-08-18 17:36:14 +10:00
Taskfile.yaml Improve docs tooling 2023-09-02 09:10:35 +10:00
V3 Changes.md [v3] Support bound methodID aliases. Support []any for bindings generation. Use CallByID in bindings. 2023-08-27 20:39:35 +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