5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 01:49:43 +08:00
wails/v3
abichinger 2255af1c45
[v3] Add port flag to dev command (#3429)
* Add `port` flag to dev command, ...

Add support for environment variable WAILS_VITE_PORT

* Check if port is already in use

* Update changelog

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-05-02 21:48:50 +10:00
..
cmd/wails3 Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
examples Add window.GetBorderSizes 2024-04-25 15:22:01 +10:00
internal [v3] Add port flag to dev command (#3429) 2024-05-02 21:48:50 +10:00
pkg [v3] Binding runtime fixes (#3431) 2024-05-02 21:46:07 +10:00
plugins removing experimental server plugin 2024-04-23 09:32:21 -05: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 Fix pipeline tests 2024-04-27 17:38:10 +10:00
go.sum Fix pipeline tests 2024-04-27 17:38:10 +10:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml Fix example building 2024-04-27 17:43:58 +10: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.