In addition to the Vue Developer tools for the browser, a more sophisticated version now exists which can either be integrated as a Vite plugin or as a standalone application.
These new developer tools provide much better DevEx and a lot of new features.
See https://devtools.vuejs.org/getting-started/features for more information.
Relevant template
refarch-frontend, refarch-webcomponent
Problem description (optional)
In addition to the Vue Developer tools for the browser, a more sophisticated version now exists which can either be integrated as a Vite plugin or as a standalone application. These new developer tools provide much better DevEx and a lot of new features. See https://devtools.vuejs.org/getting-started/features for more information.
Desired solution
Add the new DevTools as Vite plugin and configure accordingly (see https://devtools.vuejs.org/guide/vite-plugin#options for more information)
Considered alternatives (optional)
Use the standalone electron based DevTools application.
Additional context (optional)
No response
No duplicate
Code of Conduct