Electron Vue
# Easily Build Vue.js App For Desktop With Electron
vue add electron-builder
# 运行
yarn electron:serve
# 构建
yarn electron:build
- Error
- Vue Devtools failed to install: Error: net::ERR_CONNECTION_TIMED_OUT
# 注释掉src/background.js中的以下代码就行了 if (isDevelopment && !process.env.IS_TEST) { // Install Vue Devtools try { await installExtension(VUEJS_DEVTOOLS) } catch (e) { console.error('Vue Devtools failed to install:', e.toString()) } }