We are happy to announce the next iteration of Vue Devtools (v7) is now in beta, thanks to the hard work by
@webfansplz and
@alexz_dev !
It is a brand-new codebase written from the ground up with Vue 3, with better performance, less memory usage, and more features! It is also backwards compatible with devtools-api v6, which means your Pinia stores will also work in this new version.
It is available in multiple forms: as a Vite plugin, a standalone Electron app, or as a browser extension. Some of you might have already been using it via the Vite plugin - today, the browser extension is also available on the Chrome web store (under a separate beta listing):
chromewebstore.google.com/de…
Please note this new version of Vue Devtools *only supports Vue 3*, and it is recommended to disable the old extension (v6) when trying the new one (v7). When v7 becomes stable, we will move v6 to the legacy channel and make it support only Vue 2, so that you can have both versions enabled at the same time if needed.
Check out more details at
devtools-next.vuejs.org/!