Questions tagged [electron-vue]

The aim of electron-vue is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of vue-cli for scaffolding, webpack with vue-loader, electron-packager or electron-builder, and some of the most used plugins like vue-router, vuex, and so much more.

84 questions
7
votes
3 answers

How to get the tray icon scale correctly in macos electron?

I've tried 32x32, 64x64, and I've tried to use Photoshop to edit another app's icon into my icon to keep its size but it never works with me. It seems that my icon is double-sized and I can't get the whole icon to be visible.
Yuxuan Lu
  • 316
  • 4
  • 13
5
votes
1 answer

Apply Sqlite/Any SQL Database Migrations with Electron [Windows, Mac]

My Scenario, I am working on a desktop based application. Where My big challenge is keeping data into relational DB(Offline) and sync accordingly(Company have their own syncing algorithm). I am using Electron and VueJS as client side. For building…
5
votes
1 answer

Load images from local disk

I currently get my hands on electron with the electron-vue boilerplate. My goal is to show all images from a given folder in the application (renderer process).