We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
What is your version of Electron? And what is your version of electron-process-manager?
electron-process-manager
Might be linked to #17
Sorry, something went wrong.
No branches or pull requests
i m use vue-cli create project, and add vue-cli-plugin-electron-builder, this my code up
but it's cant work. the tool is blank
The text was updated successfully, but these errors were encountered: