mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 06:32:10 +08:00
|
||
---|---|---|
.. | ||
cmd/wails | ||
examples | ||
internal | ||
pkg | ||
plugins | ||
tasks | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.yml | ||
go.mod | ||
go.sum | ||
README.md | ||
Taskfile.yaml | ||
TODO.md | ||
V3 Changes.md |
v3
This directory is experimental. It probably won't work for you. There's no support for this directory. Dragons be here. You have been warned!
Run examples
follow these steps to run the examples:
- clone the repo
git clone https://github.com/wailsapp/wails.git
- switch to v3-alpha branch
git checkout v3-alpha
- install dependencies
go mod tidy
- run the example you want
cd v3/examples/(example you want)
go mod tidy
go run main.go