electron-process-manager icon indicating copy to clipboard operation
electron-process-manager copied to clipboard

bug: can't work with vue-cli-plugin-electron

Open kinop112365362 opened this issue 5 years ago • 1 comments

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 image

kinop112365362 avatar Jun 11 '19 03:06 kinop112365362

What is your version of Electron? And what is your version of electron-process-manager?

Might be linked to #17

alexstrat avatar Jun 11 '19 13:06 alexstrat