5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 02:19:31 +08:00
wails/v2/pkg/templates/generate/plain
Binyamin Aron Green 4bff4af2b0
Add JSON schema for config file (#1864)
* 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>
2022-10-22 21:07:37 +11:00
..
frontend/src Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
.gitignore.tmpl Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
app.go Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
go.mod.tmpl Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
go.sum Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
main.go.tmpl Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
README.md Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
template.json Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
wails.tmpl.json Add JSON schema for config file (#1864) 2022-10-22 21:07:37 +11:00

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.