mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 02:19:31 +08:00
![]() * Add JSON schema for config file * Fix typo in wails config schema * Update wails.tmpl.json * Update wails.tmpl.json * Add reference to schema in docs Co-authored-by: Lea Anthony <lea.anthony@gmail.com> |
||
---|---|---|
.. | ||
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
.