package
2.0.0-beta.44.2
Repository: https://github.com/frankfang/wails.git
Documentation: pkg.go.dev

# README

Dev

The dev command allows you to develop your application through a standard browser.

Usage

wails dev <flags>

Flags

FlagDetailsDefault
-compiler path/to/compilerUse a different go compiler, eg go1.15beta1go
-ldflags "custom ld flags"Use given ldflags
-e list,of,extensionsFile extensions to trigger rebuildsgo
-wShow warningsfalse
-v intVerbosity level (0 - silent, 1 - default, 2 - verbose)1
-loglevelLoglevel to pass to the application - Trace, Debug, Info, Warning, ErrorDebug

How it works

The project is built using a special mode that starts a webserver and starts listening to port 34115. When the frontend project is run independently, so long as the JS is wrapped with the runtime method ready, then the frontend will connect to the backend code via websockets. The interface should be present in your browser, and you should be able to interact with the backend as you would in a desktop app.

# Functions

AddSubcommand adds the `dev` command for the Wails application.
No description provided by the author
No description provided by the author
No description provided by the author
NewStdoutScanner creates a new stdoutScanner.

# Interfaces

No description provided by the author