5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 10:51:35 +08:00

Fixes #1208. Add docs about go.mod version updates in dev mode

This commit is contained in:
Lea Anthony 2022-03-04 17:56:39 +11:00
parent c378d935f3
commit 7287fcc170

View File

@ -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