mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 23:40:43 +08:00
![]() * [assetserver] Add support for HTTP Middlewares * [dev] Disable frontend DevServer if no Assets has been defined and inform user * [dev] Consistent WebSocket behaviour in dev and prod mode for assets handler and middleware In prod mode we can't support WebSockets so make sure the assets handler and middleware never see WebSockets in dev mode. * [templates] Migrate to new AssetServer option * [docs] Add assetserver.Options to the reference |
||
---|---|---|
.. | ||
frontend/src | ||
.gitignore.tmpl | ||
app.go | ||
go.mod.tmpl | ||
go.sum | ||
main.go.tmpl | ||
README.md | ||
template.json | ||
wails.tmpl.json |
README
About
This template uses plain JS / HTML and CSS.
You can configure the project by editing wails.json
. More information about the project settings can be found
here: https://wails.io/docs/reference/project-config
Live Development
To run in live development mode, run wails dev
in the project directory. The frontend dev server will run
on http://localhost:34115. Open this in your browser to connect to your application.
Building
For a production build, use wails build
.