electron-process-manager
electron-process-manager copied to clipboard
bug: can't work with vue-cli-plugin-electron
i m use vue-cli create project, and add vue-cli-plugin-electron-builder, this my code up
app.on('ready', async () => {
if (isDevelopment && !process.env.IS_TEST) {
// Install Vue Devtools
try {
await installVueDevtools()
} catch (e) {
console.error('Vue Devtools failed to install:', e.toString())
}
}
createWindow()
openProcessManager()
})
but it's cant work. the tool is blank
What is your version of Electron? And what is your version of electron-process-manager
?
Might be linked to #17