Questions tagged [electron-vue]

Electron-vue was created to simplify the process of setting up electron applications with vue, eliminating the need for manual configuration. By leveraging tools like vue-cli, webpack with vue-loader, and popular plugins such as vue-router and vuex, electron-vue streamlines development and packaging, making it easier to build robust desktop apps.

When a Javascript function marked as async is executed, it will return an object

Async function is returning [object Promise] instead of the desired real value. Interestingly, I can see the value in the console log. It seems like this behavior is expected from the function, but I'm unsure how to fix my code. This code snippet is ...

Error: serialport in node_modules throwing unexpected token SyntaxError

I have been attempting to run the vue-electron app, but I keep encountering this error. App threw an error during load C:\newFolder02\pos4-desktop\node_modules\@serialport\stream\lib\index.js:103 const settings = ...