The current version of vue-devtools in npm is outdated at โ2.3.1-beta1โ.
https://www.npmjs.com/package/vue-devtools
I use vue-devtools in electron by the fowllowing code, and need npm install this module
if (isDev) {
BrowserWindow.addDevToolsExtension(path.join(__dirname, '../node_modules/vue-devtools'))
}
ping @yyx990803
Hmm, that package is not published by us. It's maintained by a 3rd party user.
In fact we never intended to publish this as an npm package, but maybe we can incorporate that for Electron users?
Oh, didn't even check, assumed it was ours ...
Yeah, sounds like a good idea.
April Fool's Day comes early ! :sob:
@zce
@niceue
Already updated 9cd19ef
if (isDev) {
require('vue-devtools').install()
}
@zce thx! I have used the latest version
I install the vue-devtools in main process just once. My code can also work
๐
@zce thanks! Would you be interested in creating a PR so that we can publish the npm version from here on new releases?
@yyx990803 ๐
@zce Any news on this? ๐
Use the electron app
@yyx990803 I can transfer vue-devtools to you if you like
@zce thanks!
maybe write him on Twitter, mentioned in closed github issues tend to get drowned out.
We are now using scoped npm packages.
Most helpful comment
@zce thanks! Would you be interested in creating a PR so that we can publish the npm version from here on new releases?