Skip to content

Vite Plugin I Vue DevTools #459

Closed
Closed
@Yordan-Ramchev

Description

@Yordan-Ramchev

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

  1. Add vite-plugin-vue-devtools in template/base/package.json
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions