The Wayback Machine - https://web.archive.org/web/20200907112829/https://github.com/zen-li/vue-devtools/
Skip to content
master
Go to file
Code
This branch is 533 commits behind vuejs:master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 4, 2016
Mar 9, 2016
src
Mar 9, 2016
Mar 9, 2016
Mar 9, 2016
Mar 9, 2016

README.md

vue-devtools

screenshot

Works with vuex for time-travel debugging:

demo

NOTES

  1. vue-devtools only works with Vue.js 1.0.0+.

  2. 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.

Installation

Currently only a Chrome devtools extension is available.

Get it on the Chrome Web Store.

Manual Installation

  1. Clone this repo
  2. npm install
  3. npm run build
  4. Open Chrome extension page
  5. Check "developer mode"
  6. Click "load unpacked extension", and choose shells/chrome.

Hacking

  1. Clone this repo
  2. npm install
  3. npm run dev
  4. A plain shell with a test app will be available at localhost:8080.

About

Chrome devtools extension for debugging Vue.js applications.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.