mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-05 02:22:11 +08:00

* Test release workflow * Update release.yml * Update release.yml * add linux deps * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Fix: Misc tests * Fix: Misc tests + linux build tags * Fix: Bindings tests + move templates to pkg. Add json schema for templates * Fix: template tests * Add tests to release workflow. Test for go 1.18 + go 1.19 Fix: ignore .m files for non darwin builds. Fix watcher test. Fix warning in clilogger. * Fix release pipeline * Matrix for tests * Rename templates to make tests work * Update template test * Debug template test * Debug template test * Debug template test * Fix gitignore * Update release.yml
19 lines
503 B
Markdown
19 lines
503 B
Markdown
# 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`.
|
|
|