mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Fixes #1208. Add docs about go.mod version updates in dev mode
This commit is contained in:
parent
c378d935f3
commit
7287fcc170
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ Your system is ready for Wails development!
|
|||
|
||||
`wails dev` is used to run your application in a "live development" mode. This means:
|
||||
|
||||
- The application's `go.mod` will be updated to use the same version of Wails as the CLI
|
||||
- The application is compiled and run automatically
|
||||
- A watcher is started and will trigger a rebuild of your dev app if it detects changes to your go files
|
||||
- A webserver is started on `http://localhost:34115` which serves your application (not just frontend) over http. This allows you to use your favourite browser development extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue