Getting Started
This guide walks you through installing Vue DevTools Unlocker and using it to enable the Vue DevTools panel on production sites.
Install the extension
Install the extension from your browser’s store:
After installation, the Vue DevTools Unlocker icon should appear in your browser toolbar.
Configure allowed sites
By default, Allowed Sites is empty, which means Vue DevTools Unlocker can unlock Vue DevTools on all sites.
If you want to limit where it runs, you can add specific hostnames or domain patterns.
- Click the Vue DevTools Unlocker icon in the toolbar.
- Click the Settings button in the popup.
- In Allowed Sites, enter the hostnames or patterns where you want to enable Vue DevTools, one per line. Leave it empty to allow all sites.
- You can use
*as a wildcard, for example:*.example.comapp.your-domain.com
- Click Save Settings.
Enable Vue DevTools on a page
Once the extension is installed and the site is allowed:
- Open a page that uses Vue in production.
- Make sure the domain matches one of your Allowed Sites patterns.
- Refresh the page after changing the settings.
- Open your browser’s DevTools (for example,
F12or “Inspect”). - Switch to the Vue panel.
If the page is running Vue and the extension successfully unlocked DevTools, the Vue panel will show the app tree and component state.
Browser support and limitations
- Supports Vue 2 and Vue 3 applications.
- Works in Chrome, Edge, and Firefox.
- Some security‑sensitive pages (for example, certain browser internal pages) cannot be modified by extensions and therefore cannot be unlocked.