5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 03:19:31 +08:00
wails/v3
Travis McLane b8d780ba4a
Feature/template consolidation (#3046)
* remove 'test' project

* dynamic template list generation

- uses a single fs.Embed to contain all templates
- walks and rebuilds the list of TemplateData using the cached data
- pulls the `description` out of the required `template.json` file in
  the template directory

* [v3] template handling update

- move "common" template files to a _common directory
- update generator to render from _common/* first
- render selected template last to overwrite anything provided by
  _common if needed
- remove duplicate files from all templates that do not change

* cleanup template project directory after test

* add linux to _common/Taskfile.yaml

* noop: whitespace cleanup _common/Taskfile.yaml
2023-11-11 12:26:28 +11:00
..
cmd/wails3 Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
examples [v3 linux] show dev tools if OpenInspectorAtStartup=true 2023-11-06 12:04:20 -06:00
internal Feature/template consolidation (#3046) 2023-11-11 12:26:28 +11:00
pkg [v3 linux] correct bug in getScreenByIndex 2023-11-09 21:11:35 -06:00
plugins Fix example building. Update workflow 2023-10-15 10:43:39 +11:00
tasks [v3 linux] initial pass at event generation 2023-11-06 10:49:14 -06:00
.gitignore Fix production build 2023-09-01 22:06:43 +10:00
.prettierignore chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
.prettierrc.yml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
go.mod Update go-webview2 version 2023-10-21 12:02:19 +11:00
go.sum [v3] update go.sum 2023-11-06 10:41:14 -06:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
Taskfile.yaml Update parser and bindings generation 2023-11-05 18:06:11 +11:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.