yarn electron:build or with NPM: npm run electron:build // DemoelectronBuilder:{preload:"./app/preload.ts",nodeIntegration:true,mainProcessFile:'./app/main.ts',// 设置应用主进程的入口mainProcessWatch:['./app/main.ts'],configureWebpack:{devtool:'eval-source-map',},builderOptions:{appId:...
index.d.ts index.js jest.config.js logo.png package.json prompts.js ui.js uiOptions.js yarn.lock Repository files navigation README MIT license Vue CLI Plugin Electron Builder Easily Build Your Vue.js App For Desktop With Electron Build status: Top Supporters Glenn Frank Quic...
index.d.ts index.js jest.config.js logo.png package.json prompts.js testSetup.js ui.js uiOptions.js vue-cli-service-custom-1.tgz vue-cli-service-custom-2.tgz vue-cli-service-v3.0.0-rc.2.tgz yarn.lock README.md Vue CLI Plugin Electron Builder A Vue Cli 3 plug...
index.d.ts fix(testWithSpectron): spectron implicitly has 'any' type (#682) 5年前 index.js fix(index): use config instead of arg for experimentalNativeDepCheck 5年前 jest.config.js fix(tests): don't collect coverage from test helpers ...
这句话的意思就是:这些参数都是通过electron:build命令来提交给electron-builder的。 再通俗的讲:我们用electron:build来打包的参数配置格式如图所示。即: // vue.config.jsmodule.exports={pluginOptions:{electronBuilder:{builderOptions:{// options placed here will be merged with default configuration and passe...
Describe the bug ERROR Failed to compile with 1 errors 2:07:55 AM error in ./src/background.ts Module build failed (from ./node_modules/ts-loader/index.js): TypeError: loaderContext.getOptions is not a function at getLoaderOptions (/User...
Closed Describe the bug https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/configuration.html#changing-the-file-loading-protocol says we can revert back to file protocol usingcustomFileProtocol, so i followed this guide, modifiedvue.config.jsandbackground.tsas this guide suggested,...
Could you add .vscode/launch.json to support vscode support? Describe the solution you'd like We need debug both main process and renderer process as follows: debug main process like src/background.ts debug renderer process (vue project) in electron use Debugger for Chrome extension TotomInc...
at /Users/xxx/web/xxx/node_modules/builder-util/src/util.ts:133:18 at exithandler (node:child_process:406:5) at ChildProcess.errorhandler (node:child_process:418:5) at ChildProcess.emit (node:events:526:28) at ChildProcess.emit (node:domain:475:12) at Process.ChildProcess._handle.on...
{const{cmd,ts}=message;this.webSocketMessage({cmd,ts,msg:"can't find command",});}webSocketDestroyClient(client){client.close();client.terminate();client.removeAllListeners();}webSocketMessage(data){i create notify.js import{EventEmitter}from'events';constlog4js=require('log4js');constlogger...