Vue-devtools: Please update the version in npm

Created on 20 Feb 2017  ยท  14Comments  ยท  Source: vuejs/vue-devtools

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'))
}
enhancement

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?

All 14 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sparlos picture sparlos  ยท  3Comments

topul picture topul  ยท  4Comments

trollderius picture trollderius  ยท  3Comments

yyx990803 picture yyx990803  ยท  3Comments

stiltet picture stiltet  ยท  3Comments