问题标签 [electron-vue]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
59 浏览

vuejs2 - 安装后禁用自动运行,构建目标设置为 msi

我正在使用 vue-cli-plugin-electron-builder 版本 2.0.0-rc.6

安装应用程序后,它会自动运行应用程序。我注意到如果 target 设置为默认 nsis 它有一个选项 runAfterFinish。当目标设置为 msi 时,是否有等效或解决方法来禁用自动运行?

提前感谢您提供任何信息!

0 投票
0 回答
11 浏览

playwright - 具有多个页面的应用程序找到隐藏的页面可见性

我正在运行具有多个页面的电子应用程序,有没有办法指示页面不可见或最小化。