-
If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.
-
To make it work for pages opened via
file://
protocol, you need to check "Allow access to file URLs" for this extension in Chrome's extension management panel.
Works with vuex for time-travel debugging:
Currently only a Chrome devtools extension is available.
Get it on the Chrome Web Store.
Make sure you are using Node 6+ and NPM 3+
- Clone this repo
npm install
(Oryarn install
if you are using yarn as the package manager)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
.