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 across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
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.
Store average score: --. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
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.