agibalov d1106a4bc7 1 4 dní pred
..
client d1106a4bc7 1 4 dní pred
dist d1106a4bc7 1 4 dní pred
node_modules d1106a4bc7 1 4 dní pred
src d1106a4bc7 1 4 dní pred
LICENSE d1106a4bc7 1 4 dní pred
README.md d1106a4bc7 1 4 dní pred
package.json d1106a4bc7 1 4 dní pred

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.