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
0 votes
0 answers
40 views

How to add `tailwindcss` to my Vue + Electron Forge project?

I'm doing my first sample project using Vue + Electron Forge with the template vite+typescript. Now I want to add tailwind but I can't seem to find any useful documentation online. This is my project ...
David Peña's user avatar
0 votes
0 answers
13 views

how to play video of h264 encode in the Electron

have checked and tried the following solutions and a few others: Cannot play offline video in production electron app Video tag in electron Electron video cannot play Playing local mp4 file in ...
Dreams's user avatar
  • 23
0 votes
1 answer
79 views

Having issues with electron-builder when using extraResources and extraFiles

Environment: node --version: v18.19.1 package.json: "dependencies": { "@electron/remote": "^2.1.2", "@voerkai18n/runtime": "^2.1.5", "@voerkai18n/...
胡张驰's user avatar
0 votes
1 answer
203 views

Electron with shadcn/vue config (src) confusion

As you can see I have two src/components (assets), one is in the root, the other in the /renderer. The root one was created when I added resizable components via "npx shadcn-vue@latest add ...
okkko's user avatar
  • 1,060
0 votes
0 answers
37 views

How to add a new Top menu in ElectronJS without any submenu items?

[ { role: 'help', submenu: [...] }, { label: 'Upgrade', submenu: [], } ] The new menu is also visible if the submenu is an empty array: I want to show this menu without ...
Dương Thành Nhân's user avatar
0 votes
1 answer
136 views

Electron JS/Vue Router Packing Not Working with Electron Builder

Hi I have been trying to trouble shoot this problem for hours and can't figure out a solution. I created an Electron App using Vue 3 Composition and now I am trying to use Electron Builder to package ...
Ali's user avatar
  • 33
0 votes
0 answers
16 views

How to Detect Dynamically Added or Removed Sources with Electron DesktopCapturer?

I am working on an Electron app that utilizes the desktopCapturer module to fetch sources (both windows and screens), I now need assistance in detecting when new sources are added or existing ones are ...
Himanshu Rahi's user avatar
0 votes
1 answer
51 views

Will Websql stop for already built Electronjs Application as the Websql will stop next year or it will keep working

Really appreciate your support I Built a couple of ElectronJs Apps that use Websql (they already working), I recently learnt that Websql will stop completely next year, my question is -will this Apps ...
Jalyn's user avatar
  • 21
0 votes
0 answers
15 views

Win10 system, using electron-app to open a shared folder, it gets stuck to the point where other apps won't open either, why?

This electron-app has only one button, clicking on that button will execute the following 3 commands to trigger the opening of the shared folder net use * /delete net use \\\share.yafex.cn /user:...
famousmai's user avatar
0 votes
0 answers
111 views

Exposing an object in Electron via contextBridge.exposeInMainWorld results in Error 'Cannot read property ... of undefined.'

I am having trouble accessing an object in App.vue that should be exposed via exposedInMainWorld. Tried this with a plain Electron application without electron-vue and it worked out of the box. In my ...
seventy2eleven's user avatar
1 vote
0 answers
273 views

My electron app was recognized by the windows system as a virus and directly deleted,how can i fix it

I used electron to develop a windows app, it was recognized as a virus by the windows system and deleted directly, but because the app we only use for a small number of people within the company, it's ...
famousmai's user avatar
0 votes
0 answers
252 views

How to fix this issue using sequelize and electron with vite?

I have created a fresh electron-vite on vue-ts setup from this source https://electron-vite.org/ and installed sequelize. now i am having an error attached here: error on npm run dev from the package ...
Jhusss's user avatar
  • 3
1 vote
0 answers
32 views

If there any methods to disabled Window key in electron js?

I've been working on developing an Online Examination System where it use to prevent students from cheating during the exam. I want to disable window key and other combination key like win + PrtSc.....
Chey Sreylin's user avatar
0 votes
1 answer
179 views

Is <img :src="require`${JSON.parse(string)}`"> in electron vue is safe from XSS?

QUESTION UPDATED I am inspecting a client's application written with Vue.js and I found there a following construction. // Somewhere else in the code var data = JSON.parse(jsonString); // In the vue ...
Max's user avatar
  • 2,170
0 votes
0 answers
98 views

In Electronjs <webview> guest page can not get cookie by document.cookie

in guest page <script> console.log(document.cookie) // "" </script> But in Developer Tools` Application Cookies has values.
xiaoyang's user avatar

15 30 50 per page
1
2 3 4 5 6