5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 20:51:02 +08:00
wails/v2
Snider 38fd09bd9a Adding workspace to npm which better integrates wails and frontend npm.
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>
2021-11-24 10:34:29 +00:00
..
cmd/wails Adding workspace to npm which better integrates wails and frontend npm. 2021-11-24 10:34:29 +00:00
internal [macOS] Fix background color 2021-11-23 11:18:00 +01:00
pkg [v2] Add windowsgui ldflag when crosscompiling for windows 2021-11-23 14:16:50 +01:00
go.mod [linux] basic windowing 2021-11-14 22:40:37 +11:00
go.sum [linux] basic windowing 2021-11-14 22:40:37 +11:00
init_windows.go [windows] Lint fixes 2021-06-21 09:58:10 +10:00
init.go [windows] Add DPI awareness 2021-04-29 21:25:03 +10:00
NOTES.md Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
README.md [v2] Update Workflow 2021-09-13 20:04:08 +10:00
wails.go [windows-x] Experimental -> Default 2021-08-15 21:07:34 +10:00

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.