it-at-m / refarch-templates

All templates for the Reference Architecture of it@M
MIT License
8 stars 4 forks source link

[Feature] Add new Vue Developer Tools #488

Closed devtobi closed 3 days ago

devtobi commented 2 weeks ago

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