getstation / electron-process-manager

Process manager UI for Electron applications
188 stars 40 forks source link

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

Open kinop112365362 opened 5 years ago

kinop112365362 commented 5 years ago

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

alexstrat commented 5 years ago

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

Might be linked to #17