vite-plugin-vue-devtools
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "vite-plugin-vue-devtools", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"packageManager": "pnpm@8.4.0", | ||
@@ -63,3 +63,3 @@ "description": "A vite plugin for Vue Devtools", | ||
"vite-hot-client": "^0.2.1", | ||
"vite-plugin-inspect": "^0.7.25", | ||
"vite-plugin-inspect": "^0.7.26", | ||
"vite-plugin-vue-inspector": "^3.4.1", | ||
@@ -66,0 +66,0 @@ "vue-router": "^4.1.6" |
@@ -12,6 +12,11 @@ <p align="center"> | ||
<!-- <a href="https://www.npmjs.com/package/vite-plugin-vue-devtools" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/dt/vite-plugin-vue-devtools" alt="NPM Downloads" /></a> --> | ||
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a> | ||
<!-- <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a> --> | ||
</p> | ||
<p align="center"> | ||
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> | | ||
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://stackblitz.com/edit/vitejs-vite-oxbwzk?embed=1&file=vite.config.ts&view=preview"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a> | ||
@@ -25,7 +30,4 @@ </p> | ||
<!-- <p> | ||
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> | | ||
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a> | | ||
</p> --> | ||
## 🎉 Features | ||
@@ -104,7 +106,7 @@ | ||
import { defineConfig } from 'vite' | ||
import VueDevtools from 'vite-plugin-vue-devtools' | ||
import VueDevTools from 'vite-plugin-vue-devtools' | ||
export default defineConfig({ | ||
plugins: [ | ||
VueDevtools(), | ||
VueDevTools(), | ||
vue(), | ||
@@ -133,6 +135,12 @@ ], | ||
## 📖 Blog Post | ||
- [Introducing Vue DevTools (Vite Plugin)](https://gist.github.com/webfansplz/bc90a773a0dd474a34e043ab2d2a37a4) | ||
## 🌸 Credits | ||
- This project is highly inspired by [nuxt/devtools](https://github.com/nuxt/devtools). Kudos to Anthony Fu for the awesome work! | ||
- This project is highly inspired by [nuxt/devtools](https://github.com/nuxt/devtools). Kudos to Anthony Fu and Nuxt team for the awesome work! | ||
- [vuejs/devtools](https://github.com/vuejs/devtools) | ||
## 📄 License | ||
@@ -139,0 +147,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2987395
83391
146
Updatedvite-plugin-inspect@^0.7.26