5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 08:10:56 +08:00
wails/v2/examples/customlayout
stffabi 529ec569f7
[v2, dev] Use custom schemes for in-app dev mode (#2610)
This fixes some long-standing inconsistencies between
dev mode builds and production builds but is a breaking
change. Dev mode uses custom scheme for Vite versions >= 3.0.0
and for older it still behaves in the old way.
2023-04-20 12:37:40 +02:00
..
build Modularize wails (#2009) 2022-11-03 21:21:40 +11:00
cmd/customlayout Modularize wails (#2009) 2022-11-03 21:21:40 +11:00
myfrontend [v2, dev] Use custom schemes for in-app dev mode (#2610) 2023-04-20 12:37:40 +02:00
.gitignore Modularize wails (#2009) 2022-11-03 21:21:40 +11:00
go.mod Bump golang.org/x/crypto in /v2/examples/customlayout (#2466) 2023-03-08 08:30:10 +11:00
go.sum Bump golang.org/x/crypto in /v2/examples/customlayout (#2466) 2023-03-08 08:30:10 +11:00
README.md Modularize wails (#2009) 2022-11-03 21:21:40 +11:00

README

This is an example project that shows how to use a custom layout. Run wails build in the cmd/customlayout directory to build the project.