Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kinop112365362 opened this issue Jun 11, 2019 · 1 comment
Open

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

kinop112365362 opened this issue Jun 11, 2019 · 1 comment

Comments

@kinop112365362
Copy link

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
Copy link
Contributor

alexstrat commented Jun 11, 2019

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

Might be linked to #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants