{"id":32956242,"url":"https://github.com/storipress/apollo-vue-devtools","last_synced_at":"2026-01-12T01:56:12.264Z","repository":{"id":37051868,"uuid":"464092244","full_name":"storipress/apollo-vue-devtools","owner":"storipress","description":"Integrate GraphQL Apollo with Vue Devtools!","archived":false,"fork":false,"pushed_at":"2025-12-27T21:50:53.000Z","size":9373,"stargazers_count":20,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-28T12:48:37.945Z","etag":null,"topics":["apollo","apollo-client","apollo-server","debugging","devtool-extension","devtools","graphql","vue","vue-devtools","vuejs","vuejs3"],"latest_commit_sha":null,"homepage":"https://storipress.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/storipress.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-27T09:31:36.000Z","updated_at":"2025-12-06T09:45:46.000Z","dependencies_parsed_at":"2023-12-29T08:34:35.671Z","dependency_job_id":"0c419e47-bce3-4b65-883d-3e835c3cb702","html_url":"https://github.com/storipress/apollo-vue-devtools","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/storipress/apollo-vue-devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storipress%2Fapollo-vue-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storipress%2Fapollo-vue-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storipress%2Fapollo-vue-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storipress%2Fapollo-vue-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/storipress","download_url":"https://codeload.github.com/storipress/apollo-vue-devtools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storipress%2Fapollo-vue-devtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["apollo","apollo-client","apollo-server","debugging","devtool-extension","devtools","graphql","vue","vue-devtools","vuejs","vuejs3"],"created_at":"2025-11-12T23:00:19.023Z","updated_at":"2026-01-12T01:56:12.252Z","avatar_url":"https://github.com/storipress.png","language":"TypeScript","funding_links":[],"categories":["Components \u0026 Libraries"],"sub_categories":["Utilities"],"readme":"# apollo-vue-devtool: Integrate Apollo with Vue Devtools\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://codeclimate.com/github/storipress/apollo-vue-devtools/maintainability\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/2fbe8efb091e0ae30c69/maintainability\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codeclimate.com/github/storipress/apollo-vue-devtools/test_coverage\"\u003e\u003cimg src=\"https://api.codeclimate.com/v1/badges/2fbe8efb091e0ae30c69/test_coverage\" /\u003e\u003c/a\u003e\n \u003c/p\u003e\n\n\n![](./example/src/assets/timeline.png)\n\n## Usage\n\n1. Add the plugin to your Vue project:\n```js\nimport { createApp } from 'vue'\nimport Plugin from '@storipress/apollo-vue-devtool'\nimport App from './App.vue'\n\nconst app = createApp(App)\napp.use(Plugin)\napp.mount('#app')\n```\n\n2. Add the DebugLink to your Apollo client:\n\n```js\nimport { DebugLink } from '@storipress/apollo-vue-devtool'\nimport { ApolloClient, ApolloLink, HttpLink } from '@apollo/client/client'\n\nconst client = new ApolloClient({\n  link: ApolloLink.from([\n    new DebugLink(),\n    new HttpLink({\n      uri: 'http://example.com/graphql',\n    }),\n  ]),\n})\n```\n\n3. Now open Vue Devtools and you'll see your queries in the timeline!\n\n## Installation\n\n### NPM\n\n```shell\n$ npm install --save-dev @storipress/apollo-vue-devtool\n```\n\n### Yarn\n\n```shell\n$ yarn add --dev @storipress/apollo-vue-devtool\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoripress%2Fapollo-vue-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstoripress%2Fapollo-vue-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoripress%2Fapollo-vue-devtools/lists"}