先npm install vue-devtools --save-dev 然后 把ready事件里面注释掉5行,再加上一行手动加载的。 最终src/main/index.dev.js里面修改后的内容如下(所有内容): /*eslint-disable*///Install `electron-debug` with `devtron`require('electron-debug')({ showDevTools:true}) import { BrowserWindow } from'e...
app.on('ready',()=>{if(process.env.NODE_ENV!=='production'){require('vue-devtools').install()}}) sucessfuly installed devtools and I was able to run Vue.js Dev Tools,but the same error message kept popping up. 🤷♂️ Hello. I installed unzip from brew first. brew install u...
Install devtools manually:npm i -D vue-devtools Edit theindex.dev.jsfile to support the installed module: # src/main/index.dev.ts /** * This file is used specifically and only for development. It installs * `electron-debug` & `vue-devtools`. There shouldn't be any need to * modify...
F:\vue-devtools>npm install npmERR!codeERESOLVEnpmERR!ERESOLVEunable to resolve dependency tree npmERR!npmERR!While resolving:vue-devtools@6.5.0npmERR!Found:eslint@7.32.0npmERR!node_modules/eslint npmERR!dev eslint@"^7.26.0"from the root project npmERR!peer eslint@"^7.12.1"from @vue/...
await installExtension('ljjemllljcmogpfapbkkighbhhppjdbg') Sorry, something went wrong. Copy link yelonekcommentedJun 15, 2021 @azeranexThank you. I just figured it out led by@zhch-hongan@xiaohudiecomments. I changed VUEJS_DEVTOOLS to VUEJS3_DEVTOOLS inbackground.jsand it worked like a ch...
To Reproduce: create a new nativescript vue app from scratch followinghttps://nativescript-vue.org/en/docs/getting-started/quick-start/ Runnpm install --save @vue/devtools@beta nativescript-toast nativescript-socket.io nativescript-vue-devtools ...
User Config: debug, runtimeConfig, devtools, modules, security, ui, css, app, supabase Runtime Modules: @nuxtjs/supabase@1.1.6, @vueuse/nuxt@10.9.0, @pinia/nuxt@0.5.1, @nuxt/ui@2.14.1, @pinia-plugin-persistedstate/nuxt@1.2.0, nuxt-icon@0.6.8, @nuxt/image@1.3.0, nuxt-security@...
Same functionality works with current stable version: https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en Is there any option that needs to be set globally so this functionality is available? I see that there should be "Open in editor" button along...
Bug description In qBittorrent VueTorrent, after disabling "Automatic Torrent Management" and saving the settings, refreshing the qBittorrent web page shows that ATM is not disabled. Switching to the qBittorrent UI, disabling "Automatic ...
"electron-devtools-installer": "^3.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "vue-cli-plugin-electron-builder": "^2.0.0-rc.6", "vue-template-compiler": "^2.6.11" } } vue.config.js => `const Dotenv = require('dotenv-webpack'); module.exports = { config...