InstaVue - debug VueJS app in an instant
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. Even in production.
Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)
Review user movement over the last 30 days.
Track rating movement over time to see whether quality signals remain stable.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
Adds global helper function for finding Vue components
window.vueFind ~= querySelector for VDOM
window.vueFindAll ~= querySelectorAll for VDOM
window.vueFind('Card CardDialog[model=isCardDialogVisible]').model
- Simple selectors:
`window.vueFind('missing')` prints a warning with a tree of supported simple selectors
Inspect the latest comments and rating distribution.
Review related products from the Chrome Web Store detail page.
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. Even in production.
Discover Vue.js Websites
This version is provided for legacy users and will not be updated in the future.
A browser extension that forces all vue applications into dev mode. Works well together with single-spa.
A tool forces vue to run in development
Browser DevTools extension for debugging Vue.js applications.