-
**Description**
Installed wails for the first time on windows machine. Ran wails init and it failed
**To Reproduce**
````
C:\Users\Matt\dev\wailstest>wails init
...
The name of the project (M…
-
**Description**
When trying to initialize a new project using the Svelte template, the frontend build fails with what looks like a bundler error.
**To Reproduce**
Steps to reproduce the behavio…
-
**Description**
When using the template for Vue3 Full npm i fails because it cannot resolve the dependency tree. my_project required eslint@7.15.0 while @vue/cli-plugin-eslint requires >= 1.6.0 < 7…
-
**Description**
I was trying to build the model template project on my macbook, but just couldn't succeed. I've tried sth like `npm update` or reinstalling npm but failed. Got quite confused ... th…
-
**Description**
I tried to create a new Vuetify2 app from the wails command, but it is not working. The same works if I just run the serve command instead of build. To check if it's a problem with …
-
Good morning
first thanks for this awesome service of tools and apiplatform itself.
I was thinking to add vuetify (2) support to the generator to bring vue support to the same quality than react …
-
Information on the release here: https://github.com/vuetifyjs/vuetify/releases/tag/v2.0.0
**v-btn**
- "round" property changed to "rounded". This is easily fixed.
- "outline" property changed to …
-
**Description**
frontend/dist/app.css is deleted by wails CLI on both init and on build, this is file is required for building an app. Currently I can manage to build only if I quickly put a copy o…
-
**Description**
I get the error `Uncaught TypeError: window.wails is undefined` when I try to view the frontend app from firefox by using npm run serve. I've tried from another browser and I got a …
-
### Problem to solve
When I use "show-group-by", it makes all columns can be grouped. How can I specify columns that can be grouped because I just want some columns can be grouped. How can I change "…