npm install vite-plugin-vue-devtools --save-dev 或者,如果你使用的是 yarn,可以使用以下命令: bash yarn add vite-plugin-vue-devtools --dev 2. 在 Vite 配置文件中引入并使用插件 接下来,在你的 Vite 配置文件(通常是 vite.config.js 或vite.config.ts)中引入并使用 vite-plugin-vue-devtools 插件...
This package does not have a README. Add a README to your package so that users know how to get started. Readme Keywordsnone Provenance Failed to load provenance Try AgainShare feedbackPackage Sidebar Install npm i @vite-plugin-vue-devtools/ui-kit Repository github.com/webfansplz/vite-plugi...
Build File .github/workflows/release.yml Public Ledger Transparency log entry Share feedback npm i@vite-plugin-vue-devtools/core Repository github.com/webfansplz/vite-plugin-vue-devtools Version 1.0.0-rc.8 Collaborators Tryon RunKit Reportmalware...
npm Search Sign UpSign In Search results 1 package found Sort by: Default Default Most downloaded this week Most downloaded this month Most dependents Recently published vite-plugin-vue-devtools-cn A vite plugin for Vue DevTools in chinese vue-devtools vite-plugin vite-plugin-vue-devtools dx vi...
Bumps vite-plugin-vue-devtools from 7.7.1 to 7.7.2. Release notes Sourced from vite-plugin-vue-devtools's releases. v7.7.2 🐞 Bug Fixes api: Allow treeshaking - by @posva in vuejs/devtools#...
22) at async node_modules/wxt/dist/cli/index.mjs:11:1 npm error code 1 npm error path /Users/matt/dev/mindful npm error command failed npm error command sh -c wxt prepare npm error A complete log of this run can be found in: /Users/matt/.npm/_logs/2024-07-28T17_04_03_993Z-...
npm Validations Follow our Code of Conduct Read the Contributing Guide. Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. The provided reproduction is a minim...
Reviewers No reviews Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development Successfully merging this pull request may close these issues. Peer Dependency Warning when installing project created with npm create vue@latest 1 participant Footer...
💡 Ideas &
安装 # vite-plugin-vue-devtools npm install vite-plugin-vue-devtools -D 配置 import { defineConfig } from 'vite' import VueDevTools from 'vite-plugin-vue-devtools' export default defineConfig({ plugins: [ VueDevTools(), vue(), ], }) 注意事项 插件仅作用于开发模式 仅支持Vue3.0+ 目前...