{"id":14964139,"url":"https://github.com/nuxt/vue-devtools","last_synced_at":"2025-09-30T19:31:00.990Z","repository":{"id":65982875,"uuid":"129378758","full_name":"nuxt/vue-devtools","owner":"nuxt","description":"⚙️ Browser devtools extension for debugging Vue.js applications.","archived":false,"fork":true,"pushed_at":"2024-06-05T05:30:47.000Z","size":6465,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T09:37:43.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"vuejs/devtools-v6","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-13T09:18:18.000Z","updated_at":"2023-03-28T04:15:33.000Z","dependencies_parsed_at":"2023-02-19T18:45:34.632Z","dependency_job_id":null,"html_url":"https://github.com/nuxt/vue-devtools","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt/vue-devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fvue-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fvue-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fvue-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fvue-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/vue-devtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fvue-devtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277746958,"owners_count":25870057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-30T02:00:09.208Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T13:32:37.631Z","updated_at":"2025-09-30T19:31:00.661Z","avatar_url":"https://github.com/nuxt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-devtools\n\n### Important Usage Notes\n\n1. If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.\n\n2. To make it work for pages opened via `file://` protocol, you need to check \"Allow access to file URLs\" for this extension in Chrome's extension management panel.\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"600px\" src=\"https://raw.githubusercontent.com/vuejs/vue-devtools/master/media/screenshot.png\" alt=\"demo\"\u003e\u003c/p\u003e\n\nWorks with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"600px\" src=\"https://raw.githubusercontent.com/vuejs/vue-devtools/master/media/demo.gif\" alt=\"demo\"\u003e\u003c/p\u003e\n\n### Installation\n\n- [Get the Chrome Extension](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)\n\n- [Get the Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)\n\n- [Get standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)\n\n#### Open component in editor\n\nTo enable this feature, follow [this guide](./docs/open-in-editor.md).\n\n### Manual Installation\n\n**Make sure you are using Node 6+ and NPM 3+**\n\n1. Clone this repo\n2. `npm install` (Or `yarn install` if you are using yarn as the package manager)\n3. `npm run build`\n4. Open Chrome extension page\n5. Check \"developer mode\"\n6. Click \"load unpacked extension\", and choose `shells/chrome`.\n\n### Hacking\n\n1. Clone this repo\n2. `npm install`\n3. `npm run dev`\n4. A plain shell with a test app will be available at `localhost:8080`.\n\n### Testing as Firefox addon\n\n 1. Install `web-ext`\n\n\t~~~~\n\t$ npm install --global web-ext\n\t~~~~\n\n\tOr, for Yarn:\n\n\t~~~~\n\t$ yarn global add web-ext\n\t~~~~\n\n\tAlso, make sure `PATH` is set up. Something like this in `~/.bash_profile`:\n\n\t~~~~\n\t$ PATH=$PATH:$(yarn global bin)\n\t~~~~\n\n 2. Build and run in Firefox\n\n\t~~~~\n\t$ npm run build\n\t$ npm run run:firefox\n\t~~~~\n\n\tWhen using Yarn, just replace `npm` with `yarn`.\n\n\n### Common problems and how to fix\n\n1. Fixing \"Download the Vue Devtools for a better development experience\" console message when working locally over `file://` protocol:\n  1.1 - Google Chrome: Right click on vue-devtools icon and click \"Manage Extensions\" then search for vue-devtools on the extensions list. Check the \"Allow access to file URLs\" box.\n\n2. How to use the devtools in IE/Edge/Safari or any other browser? [Get the standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)\n\n\n### License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fvue-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fvue-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fvue-devtools/lists"}