-
### Description
$ wails build -nsis
Wails CLI v2.0.0-beta.43
App Type: desktop
Platforms: windows/amd64
Compiler: C:\Program Files\Go\bin\go.exe
Build …
-
### Description
When I use the latest version, I encounter this problem. Switching to version 33 doesn't work. It's normal under win11. It's normal when I turn off frameless mode
### To Reproduce
m…
-
### Description
change the go file and will trigger rebuild function.
but in crash "panic: runtime error: invalid memory address or nil pointer dereference" 100%
### To Reproduce
1. make a app
2.…
-
### Description
go升级到1.19后,执行wails dev命令报错。
错误信息:invalid value "\"all=-N -l\"" for flag -gcflags: parameter may not start with quote character "
### To Reproduce
Wails V2 CLI beta-42
vue-ts
wail…
-
I was wondering if there is a way to init a new project with React instead of Vue ?
Thank you
-
#### 1. Your usage scenarios? | 您使用的场景?
Archlinux
Go 1.17.8
Nodejs 17.6.0
NPM 8.5.3
#### 2. What did you do? | 您做了什么操作?
wails init -n test -t https://github.com/misitebao/wails-template-vue
…
-
### 1. Your usage scenarios? | 您使用的场景?
PS C:\Users\vector> go version
go version go1.16.8 windows/amd64
PS C:\Users\vector> go1.17 version
go version go1.17 windows/amd64
PS C:\Users\vector> wail…
-
### 1. Your usage scenarios? | 您使用的场景?
Windows Home x32, building a simple app for in-house use.
### 2. What did you do? | 您做了什么操作?
Created a new project using:
wails init -n pospay -t https://…
-
### Description
I have configured the vue-router according to the instructions on wails.io.
Relevant files:
`main.js`
```javascript
import {createApp} from 'vue'
import App from './App.vue'
…
-
### Description
With dev watcher mode, bound go methods cannot be used in the console.
### To Reproduce
1. go install github.com/wailsapp/wails@v2.0.0-beta.36
2. wails init -n Wails-Vue -t vue
3.…