mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 20:51:02 +08:00
![]() Running `npm install` will now run on the top level of a generated project and additionally the "frontend" workspace (we can add plugins for wails like this, auto update, package, sign, etc, etc) Other commands that use workspaces (including pre/post hooks mostly) and might be helpful to Wails are `docs`, `install`, `rebuild`, `publish`, `pkg`, `pack`, `ci` For example, during wails build, you could ask for data from the frontend/package.json to get version, title, etc with. `npm pkg get name version --workspace=frontend` Signed-off-by: Snider <snider@lt.hn> |
||
---|---|---|
.. | ||
cmd/wails | ||
internal | ||
pkg | ||
go.mod | ||
go.sum | ||
init_windows.go | ||
init.go | ||
NOTES.md | ||
README.md | ||
wails.go |
Wails v2 ALPHA
This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!
This document will be updated as progress is made.