{"id":24518473,"url":"https://github.com/dperrymorrow/electron-vue-debugger","last_synced_at":"2026-01-02T20:07:22.412Z","repository":{"id":57221973,"uuid":"88919654","full_name":"dperrymorrow/electron-vue-debugger","owner":"dperrymorrow","description":"component for debugging components vuex and more within an electron app","archived":false,"fork":false,"pushed_at":"2019-06-07T21:33:32.000Z","size":86,"stargazers_count":6,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T08:48:01.510Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/dperrymorrow.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":"2017-04-20T23:35:10.000Z","updated_at":"2020-11-17T13:23:10.000Z","dependencies_parsed_at":"2022-08-31T09:41:40.679Z","dependency_job_id":null,"html_url":"https://github.com/dperrymorrow/electron-vue-debugger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperrymorrow%2Felectron-vue-debugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperrymorrow%2Felectron-vue-debugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperrymorrow%2Felectron-vue-debugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dperrymorrow%2Felectron-vue-debugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dperrymorrow","download_url":"https://codeload.github.com/dperrymorrow/electron-vue-debugger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719398,"owners_count":20336607,"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","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":"2025-01-22T01:42:45.044Z","updated_at":"2026-01-02T20:07:22.345Z","avatar_url":"https://github.com/dperrymorrow.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔮 Debugger Component\n\n![demo](https://user-images.githubusercontent.com/64978/26994758-dc5db3dc-4d1d-11e7-93ce-57b481c3973a.png)\n\n\n## Install\n\n```\nnpm install electron-vue-debugger -save-dev\n```\n\u003e component must be registered.\n\n``` javascript\nVue.use(require('electron-vue-debugger'));\n```\n\n## Add the Component to your main app file.\n\n\u003e keepAlive will determine if the debugger keeps state when open and closed, if false, the panel does not render when not opened. This can help with performance.\n\n```html\n\u003cdebugger :keepAlive=\"true\" :components=\"$children\"\u003e\u003c/debugger\u003e\n```\n\nYou will most likely only render this component in development so a conditional like the following will be warranted.\n\n```html\n\u003cdebugger v-if=\"CONFIG.debug\" :keepAlive=\"true\" :components=\"$children\"\u003e\u003c/debugger\u003e\n```\n\n\u003e `Control ⌃ + d` toggle the debugger panel\n\nthats it, enjoy...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdperrymorrow%2Felectron-vue-debugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdperrymorrow%2Felectron-vue-debugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdperrymorrow%2Felectron-vue-debugger/lists"}