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

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

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
Most helpful comment
I just ran into this today, and the solution for me was to close and reopen the devtools.