Socket
Book a DemoInstallSign in
Socket

vite-plugin-vue-devtools

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-vue-devtools

A vite plugin for Vue DevTools

latest
Source
npmnpm
Version
8.0.3
Version published
Weekly downloads
555K
-1.22%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

vue-devtools

FAQs

Package last updated on 17 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts