其他分享
首页 > 其他分享> > 解决Electron vue-cli3.0+首次启动巨慢无法加载 vue-devtool 插件

解决Electron vue-cli3.0+首次启动巨慢无法加载 vue-devtool 插件

作者:互联网

现象

首次启动可能会等待很久,出现以下信息:

INFO  Launching Electron...
Failed to fetch extension, trying 4 more times
Failed to fetch extension, trying 3 more times
Failed to fetch extension, trying 2 more times

解决方案:

找到background.js,将下面代码注释:

// import installExtension, { VUEJS3_DEVTOOLS } from 'electron-devtools-installer'

标签:插件,vue,extension,devtool,times,Failed,trying,fetch,more
来源: https://www.cnblogs.com/longronglang/p/16425408.html