{"id":14964253,"url":"https://github.com/danielroe/typed-vuex","last_synced_at":"2025-05-14T22:09:39.289Z","repository":{"id":37062919,"uuid":"212797313","full_name":"danielroe/typed-vuex","owner":"danielroe","description":"🏦 A typed store accessor for vanilla Vuex.","archived":false,"fork":false,"pushed_at":"2025-05-12T17:44:20.000Z","size":9758,"stargazers_count":351,"open_issues_count":23,"forks_count":27,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-12T18:45:23.857Z","etag":null,"topics":["hacktoberfest","nuxt","nuxt-module","nuxtjs","typescript","vue","vuejs","vuex"],"latest_commit_sha":null,"homepage":"https://typed-vuex.roe.dev","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/danielroe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["danielroe"]}},"created_at":"2019-10-04T11:14:42.000Z","updated_at":"2025-02-05T18:45:42.000Z","dependencies_parsed_at":"2023-09-24T02:47:42.644Z","dependency_job_id":"15179c54-45d7-495c-a10f-0686ebb0adc0","html_url":"https://github.com/danielroe/typed-vuex","commit_stats":{"total_commits":374,"total_committers":13,"mean_commits":28.76923076923077,"dds":"0.36898395721925137","last_synced_commit":"0dc83ca030a87672ddc7f02bbc16656fa40df19b"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ftyped-vuex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ftyped-vuex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ftyped-vuex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ftyped-vuex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielroe","download_url":"https://codeload.github.com/danielroe/typed-vuex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253805847,"owners_count":21967053,"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":["hacktoberfest","nuxt","nuxt-module","nuxtjs","typescript","vue","vuejs","vuex"],"created_at":"2024-09-24T13:32:52.492Z","updated_at":"2025-05-14T22:09:34.275Z","avatar_url":"https://github.com/danielroe.png","language":"TypeScript","funding_links":["https://github.com/sponsors/danielroe"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" \u003e🏦 Typed Vuex\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA strongly-typed store accessor for vanilla Vuex\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://npmjs.com/package/typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/npm/v/typed-vuex/latest.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://bundlephobia.com/result?p=typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/bundlephobia/minzip/typed-vuex?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://npmjs.com/package/typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/npm/dt/typed-vuex.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://david-dm.org/danielroe/typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/david/danielroe/typed-vuex.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://lgtm.com/projects/g/danielroe/typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/lgtm/alerts/github/danielroe/typed-vuex?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://lgtm.com/projects/g/danielroe/typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/lgtm/grade/javascript/github/danielroe/typed-vuex?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/danielroe/typed-vuex\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/codecov/c/github/danielroe/typed-vuex.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://typed-vuex.roe.dev\"\u003eRead documentation\u003c/a\u003e\n\u003c/p\u003e\n\n## Summary\n\nThis module provides a store accessor and helper type methods so you can access your vanilla Vuex store in a strongly typed way.\n\n![Image showing autocomplete on this.$accessor](./docs/static/images/screenshot1.png)\n\n![Image showing autocomplete on commit within store](./docs/static/images/screenshot2.png)\n\n**Note**: This has been developed to suit my needs but additional use cases and contributions are very welcome.\n\n[MIT License](./LICENSE) - Copyright \u0026copy; Daniel Roe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Ftyped-vuex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielroe%2Ftyped-vuex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Ftyped-vuex/lists"}