mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 examples] add README
This commit is contained in:
parent
93335b3843
commit
2f9f63771b
1 changed files with 18 additions and 0 deletions
18
v3/examples/README.md
Normal file
18
v3/examples/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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!
|
||||
|
||||
The examples in this directory may or may not compile / run at any given time. But the general method to try them out is as follows:
|
||||
|
||||
## Running the examples
|
||||
|
||||
cd v3/examples/<example>
|
||||
go mod tidy
|
||||
go run main.go
|
||||
|
||||
## Compiling the examples
|
||||
|
||||
cd v3/examples/<example>
|
||||
go mod tidy
|
||||
go build
|
||||
./<example>
|
||||
Loading…
Add table
Add a link
Reference in a new issue