Oles 41a6703537 Init 1 month ago
..
client 41a6703537 Init 1 month ago
node_modules 41a6703537 Init 1 month ago
src 41a6703537 Init 1 month ago
LICENSE 41a6703537 Init 1 month ago
README.md 41a6703537 Init 1 month ago
package.json 41a6703537 Init 1 month ago

README.md

vite-plugin-vue-devtools

vite-plugin-vue-devtools is a Vite plugin designed to enhance the Vue developer experience.

Installation


npm add -D vite-plugin-vue-devtools

Usage

Configuration Vite

import { defineConfig } from 'vite'
import VueDevTools from 'vite-plugin-vue-devtools'

export default defineConfig({
  plugins: [
    VueDevTools(),
    vue(),
  ],
})

Documentation

Check out all the DevTools details at devtools.vuejs.org.