vue-devtools | Chrome devtools extension for debugging Vue.js applications.

Tuesday, November 17, 2015

The new vue-devtools only works with Vue.js 1.0.0+.

The devtool will only work with non-minified versions of Vue, because the devtools hooks are stripped in production builds.



This also includes builds produced by Webpack and Browserify in production mode. Devtools cannot access pages via file:// protocol. You need to serve the page over HTTP in order to use it.


READ MORE GET IT ON CHROME STORE

You Might Also Like

0 comments