{"id":16440862,"url":"https://github.com/idevelopthings/class-stores-plugin","last_synced_at":"2025-09-06T22:37:00.046Z","repository":{"id":110817470,"uuid":"438597377","full_name":"iDevelopThings/class-stores-plugin","owner":"iDevelopThings","description":"Vue dev tools plugin for class stores","archived":false,"fork":false,"pushed_at":"2022-02-23T23:25:11.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T01:32:00.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iDevelopThings.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-15T11:03:06.000Z","updated_at":"2021-12-17T21:12:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"c328e62a-0587-4127-8ee9-221d53f5b72c","html_url":"https://github.com/iDevelopThings/class-stores-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iDevelopThings/class-stores-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Fclass-stores-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Fclass-stores-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Fclass-stores-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Fclass-stores-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iDevelopThings","download_url":"https://codeload.github.com/iDevelopThings/class-stores-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iDevelopThings%2Fclass-stores-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973961,"owners_count":25200578,"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-06T02:00:13.247Z","response_time":2576,"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-10-11T09:13:14.329Z","updated_at":"2025-09-06T22:37:00.039Z","avatar_url":"https://github.com/iDevelopThings.png","language":"JavaScript","readme":"# Vue Class Stores - Dev Tools Plugin\n\n### Usage:\n\n```shell\nnpm install class-stores-plugin\nyarn add class-stores-plugin\n```\n\n```javascript\nimport Vue               from 'vue';\nimport ClassStoresPlugin from 'class-stores-plugin';\n\nVue.use(ClassStoresPlugin);\n\nconst app = new Vue({}).$mount(document.getElementById('app'));\n```\n\nI had some scenarios where the above doesn't work, if this is the case, you can do it this way:\n\n```javascript\nimport Vue             from 'vue';\nimport {setupDevtools} from 'class-stores-plugin';\n\nconst app = new Vue({}).$mount(document.getElementById('app'));\n\nsetupDevtools(app);\n```\n\n## Viewing Class Stores\nIn vue devtools, click the dropdown and select \"Class Stores\"\n\n![vue-dev-tools-access.png](repo/vue-dev-tools-access.png)\n\nSelect your class store, and you can now see your state, methods \u0026 getters :)\n![img.png](repo/devtools.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidevelopthings%2Fclass-stores-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidevelopthings%2Fclass-stores-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidevelopthings%2Fclass-stores-plugin/lists"}