Works with vuex for time-travel debugging:
-
vue-devtools only works with Vue.js 1.0.0+.
-
For Vue version < 1.0.16, The devtool will only work with development (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. Vue >= 1.0.16 works with the devtools in all cases.
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
.