5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 12:41:55 +08:00
wails/v3
2024-03-17 21:09:20 +11:00
..
cmd/wails3 Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
examples Support ProgramName on linux 2024-03-17 21:09:20 +11:00
internal Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
pkg Support ProgramName on linux 2024-03-17 21:09:20 +11:00
plugins [v3] Restore ToggleMaximise method in Window interface (#3281) 2024-02-29 08:42:57 +11:00
tasks Update windowSetupSignalHandlers & linux events 2024-03-06 11:42:19 -06: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
go.mod Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
go.sum [v3] Fix Dev mode <defunct> processes (#3320) 2024-03-17 14:17:21 +11:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml Update parser and bindings generation 2023-11-05 18:06:11 +11:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.