Skip to main content

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.

electron-vue
3 votes
1 answer
692 views

vue-router should route on click, not working

I am trying to create a navigation and when someone clicks. It should navigate to another Vue.component. Note: This app is Electron+Vue based, but it should work as normal Vue Project, as i've tried ...
welcomegkm's user avatar
1 vote
1 answer
719 views

How to use multi scss in Electron-Vue Project

I want to use multi scss Files in Electron-Vue and i am able to use single scss file in Electron-vue with the help of this solution By adding this in webpack.renderer.js . Note: Using Bootstrap ...
welcomegkm's user avatar
0 votes
1 answer
55 views

Why does textmate modify the file mtime after closing the tab?

I use electron-vue to automatically reload the page, and every time I close the file, textmate automatically update mtime of the file. This was not the case before, and I don't know why.
plusor's user avatar
  • 69
1 vote
1 answer
1k views

electron-vue with webview cannot bypass/access Cloudflare-powered websites

I have installed the template from Electron-vue and I'm experiencing an issue with specific websites. These websites work on Chrome and Edge, yet, fail to completely load in webview. The following ...
Jaeger's user avatar
  • 1,716
5 votes
1 answer
2k views

Mac application asking for accessibility permission repeatedly

I have created a Mac application written in electron-vue. It requires keyboard access and screen recording access. Ideally, when I give permission it should start working immediately. But my app ...
Pramod's user avatar
  • 806
0 votes
1 answer
1k views

SyntaxError: Unexpected token ... in serialport in node_modules

I hav been trying to run the vue-electron app. But the following error comes. App threw an error during load C:\newFolder02\pos4-desktop\node_modules\@serialport\stream\lib\index.js:103 ...
bhanuka.w's user avatar
0 votes
0 answers
499 views

Attach Knex as global object in Vue.js Electron

I'm using SimulatedGREG/electron-vue as boiler-plate for electron application. The Application is primarily based on database operation. I want to use the sqlite3 node native module with Knex wrapper. ...
Kiran Maniya's user avatar
  • 8,831
1 vote
0 answers
148 views

Nightmarejs with Electron Proxies

I've been trying to use nightmarejs in my electron-vue project. In dev everything worked fine, but after building, I would always get an error message. Luckily, I found this package which is a replica ...
Tom Lamensia's user avatar
0 votes
1 answer
346 views

In vue-electron, how to do you bind data between a parent and child components?

I am trying to learn electron-vue by understanding a finished code. For the source, I am using Eplee, which is an epub reader built with vue js + electron Here is the source link to Eplee. https://...
hyukkyulee's user avatar
  • 1,134
1 vote
2 answers
919 views

Mutation payload changes value by itself in vuex store mutation

I'm trying to build an Electron app with VueJS using the electron-vue boilerplate. I have a mutation which updates parts of the state based on the payload it receives. However, somewhere between the ...
user2307798's user avatar
2 votes
0 answers
687 views

Including executable file to be called in Electron Vue app

I'm creating an Electron GUI that needs to calls an executable file that takes command line arguments. I've included the executable in public/libs/internalTool.exe of the project folder structure. ...
Mike R's user avatar
  • 302
1 vote
2 answers
3k views

Vue.js with Axios use data from other method

I have a external api which returns a json of a user with some attributes like username. I want to use this username in my vue methods as a url parameter and defined the function getUser(). My problem ...
ilyricus's user avatar
1 vote
0 answers
156 views

can't set host to node net.socket connect

I'm using electron-vue build an APP. I need create a tcp connection, and I use net.Socket().But i get a no response when I set HOST. I need use the socket global, so I create a class like this: ...
starhu's user avatar
  • 11
0 votes
1 answer
241 views

I've a project created with VUE CLI and I've installed vue-electron-builder plugin

I've a vue project created with vue cli 3 and I've installed vue-electron-builder plugin to make electron app with vuejs. Now I've an existing electron app and I want to move the files from the ...
Abdulrahman Fawzy's user avatar
-2 votes
1 answer
47 views

I've problem with electrron-vue and I need a solution

I've installed electron-vue to use vue with electron-app. When I wrote the following command npm run dev an error was shown to me, I found listing directory instead of the LandingPage.
Abdulrahman Fawzy's user avatar

15 30 50 per page