I’m not to the Quasar world. I was wondering how will we be informed of Quasar using and supporting the new Vue3?
Best posts made by jokermartini
-
Vue3 Integration
Latest posts made by jokermartini
-
RE: Quasar Electron Desktop App Icons
So i did exactly as you mentioned and use generate, however there was still no success. It doesn’t work for a Mac. Does anyone have a working example of this?
-
RE: Quasar Electron Desktop App Icons
I did the entire process and when i compiled for windows and linux and no icons showed anywhere even after adding the following links to my index.template.html file
<link rel=“icon” type=“image/png” sizes=“128x128” href=“icons/favicon-128x128.png”>
<link rel=“icon” type=“image/png” sizes=“96x96” href=“icons/favicon-96x96.png”>
<link rel=“icon” type=“image/png” sizes=“32x32” href=“icons/favicon-32x32.png”>
<link rel=“icon” type=“image/png” sizes=“16x16” href=“icons/favicon-16x16.png”>
<link rel=“icon” type=“image/ico” href=“favicon.ico”> -
RE: Quasar Electron Desktop App Icons
after doing so it the application itself fails to launch on a linux box but works on Windows. All due to the icon
-
RE: Quasar Electron Desktop App Icons
It says to replace the my-icon.png in the root folder. There is no such file in my project/
-
Quasar Electron Desktop App Icons
Does anyone have a step by step tutorial on how to assign an Icon to an application built using Quasar and Electron + Vue.
I want to assign a custom icon to my application so the task bar, exe, and the main windows dialog all have a custom icon.The solution needs to be cross platform, windows, linux and mac.
-
Vue3 Integration
I’m not to the Quasar world. I was wondering how will we be informed of Quasar using and supporting the new Vue3?