-
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.
Currently only a Chrome devtools extension is available.
Get it on the Chrome Web Store.
- Clone this repo
npm install
npm run build
- Open Chrome extension page
- Check "developer mode"
- Click "load unpacked extension", and choose
shells/chrome
.
- Clone this repo
npm install
npm run dev
- A plain shell with a test app will be available at
localhost:8080
.