nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 279 forks source link

Can I ask a question,when I use the utilityProcess.fork in main process,what is the param modulePath?Thanks #1986

Open mzisnm opened 10 months ago

mzisnm commented 10 months ago

like utilityProcess.fork('test.js'), Which directory should this file 'test.js' be placed in to be found. Thanks