Closed
Description
Is your feature request related to a problem?
We provide a Vite plugin for running Vue DevTools. If your project uses Vite, we highly recommend using it as the preferred option for running DevTools, as it offers more powerful features.
https://devtools-next.vuejs.org/guide/vite-plugin#vite-plugin
Describe the solution
- Add vite-plugin-vue-devtools in template/base/package.json
- Add VueDevTools in template/base/vite.config.js.data.mjs
{
id: 'vite-plugin-vue-devtools',
importer: "import VueDevTools from 'vite-plugin-vue-devtools'",
initializer: 'VueDevTools()'
}
Can I get an approval to apply these updates?
Metadata
Metadata
Assignees
Labels
No labels