Vue-devtools: vue-dev-tools disappear sometimes.

Created on 3 Nov 2015  路  5Comments  路  Source: vuejs/vue-devtools

I've installed the vue-devtools1.0 and opened the vue-hacknews, could't find the Vue-devtools in the Chrome-dev-tools.
image

But the local demo with vue-loader-example is ok.
image

Most helpful comment

I just ran into this today, and the solution for me was to close and reopen the devtools.

All 5 comments

I can't see the Vue Devtools on the vue-hacknews too, didn't try we a local project yet

This is because the deployed Hackernew app is in production mode, it strips all the devtools hooks (for both performance and security reasons).

devtools will only work for non-production builds.

I just ran into this today, and the solution for me was to close and reopen the devtools.

thanks!

Many thanks to @charlielondon

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sparlos picture sparlos  路  3Comments

matthewsunrise picture matthewsunrise  路  3Comments

sithuaung picture sithuaung  路  4Comments

jonathantizard picture jonathantizard  路  4Comments

gustojs picture gustojs  路  3Comments