{"id":19341654,"url":"https://github.com/logux/vue-devtools","last_synced_at":"2025-08-19T09:14:35.697Z","repository":{"id":75246422,"uuid":"340901884","full_name":"logux/vue-devtools","owner":"logux","description":"Vue devtools plugin for debugging Logux applications","archived":false,"fork":false,"pushed_at":"2023-08-04T22:32:48.000Z","size":629,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T19:06:08.936Z","etag":null,"topics":["client","devtools","logux","plugin","vue","vue-devtools"],"latest_commit_sha":null,"homepage":"https://logux.org/","language":"JavaScript","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/logux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-02-21T12:58:37.000Z","updated_at":"2023-08-04T22:22:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"dabd1eb1-a87d-4555-b213-4a682c823a76","html_url":"https://github.com/logux/vue-devtools","commit_stats":{"total_commits":32,"total_committers":1,"mean_commits":32.0,"dds":0.0,"last_synced_commit":"0ae9a558172b386c987df41a976b1b3045ad1b07"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/logux/vue-devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Fvue-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Fvue-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Fvue-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Fvue-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logux","download_url":"https://codeload.github.com/logux/vue-devtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logux%2Fvue-devtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271103202,"owners_count":24699646,"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-08-19T02:00:09.176Z","response_time":63,"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":["client","devtools","logux","plugin","vue","vue-devtools"],"created_at":"2024-11-10T03:31:56.173Z","updated_at":"2025-08-19T09:14:35.669Z","avatar_url":"https://github.com/logux.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logux Vue Devtools\n\n\u003cimg align=\"right\" width=\"95\" height=\"148\" title=\"Logux logotype\"\n     src=\"https://logux.org/branding/logotype.svg\"\u003e\n\nLogux is a new way to connect client and server. Instead of sending\nHTTP requests (e.g., AJAX and GraphQL) it synchronizes log of operations\nbetween client, server, and other clients.\n\n* **[Guide, recipes, and API](https://logux.org/)**\n* **[Issues](https://github.com/logux/logux/issues)**\n  and **[roadmap](https://github.com/orgs/logux/projects/1)**\n* **[Projects](https://logux.org/guide/architecture/parts/)**\n  inside Logux ecosystem\n\nThis repository contains plugin for [Vue devtools](https://github.com/vuejs/vue-devtools) browser extension\nfor debugging Logux application based on Vue.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/screenshot.jpg\" alt=\"Logux Vue Devtools screenshot in Chrome\" width=\"720\"\u003e\n\u003c/p\u003e\n\n## Install\n\n```sh\nnpm install --save-dev @logux/vue-devtools\n```\n\n\n## Usage\n\n```js\nimport { createApp } from 'vue'\nimport { devtools } from '@logux/vue-devtools'\n\nimport { client } from './logux'\n\nlet app = createApp(…)\n\napp.use(devtools, client, {\n  layers: {\n    state: false\n  },\n  ignoreActions: ['user/add']\n})\n```\n\n## Extend\n\n### Add custom event to the timeline\n\n```js\nimport { createApp } from 'vue'\nimport { devtools, actionLayerId } from '@logux/vue-devtools'\n\nimport { client } from './logux'\n\nlet app = createApp(…)\n\napp.use(devtools, client)\n\nif (devtools.api) {\n  devtools.api.addTimelineEvent({\n    layerId: actionLayerId,\n    event: {\n      time: Date.now(),\n      data: { … }\n    }\n  })\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogux%2Fvue-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogux%2Fvue-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogux%2Fvue-devtools/lists"}