A Chrome Extension that enables Vue DevTools in production environments.
- 🔑 Unlocks Vue DevTools in production environments
- 🌐 Works with both Vue 2 and Vue 3
- 📦 Shows Vue version information
- 🍍 Unlocks Pinia support for Vue 3 apps when the runtime Pinia instance is available
- Install the extension from the Chrome Web Store
- Visit any website using Vue.js in production
- Open Chrome DevTools (F12 or right-click "Inspect")
- Access the Vue panel in DevTools
For Vue 3 apps using Pinia, open the Pinia inspector inside Vue DevTools to view stores and state after the extension unlocks support.
This extension modifies the Vue instance configuration to enable developer tools at runtime, even in production environments.
- Chrome 88+
- Vue.js 2.x and 3.x
- Pinia store/state inspection for Vue 3 apps; full official Pinia Devtools features may depend on dev-only metadata
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
This project exists thanks to all the people who contribute.
MIT © MichaelSun
