Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielroe/typed-vuex
🏦 A typed store accessor for vanilla Vuex.
https://github.com/danielroe/typed-vuex
hacktoberfest nuxt nuxt-module nuxtjs typescript vue vuejs vuex
Last synced: 27 days ago
JSON representation
🏦 A typed store accessor for vanilla Vuex.
- Host: GitHub
- URL: https://github.com/danielroe/typed-vuex
- Owner: danielroe
- License: mit
- Created: 2019-10-04T11:14:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T10:38:38.000Z (about 1 month ago)
- Last Synced: 2024-10-11T15:42:17.045Z (about 1 month ago)
- Topics: hacktoberfest, nuxt, nuxt-module, nuxtjs, typescript, vue, vuejs, vuex
- Language: TypeScript
- Homepage: https://typed-vuex.roe.dev
- Size: 8.92 MB
- Stars: 353
- Watchers: 6
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🏦 Typed Vuex
A strongly-typed store accessor for vanilla Vuex
## Summary
This module provides a store accessor and helper type methods so you can access your vanilla Vuex store in a strongly typed way.
![Image showing autocomplete on this.$accessor](./docs/static/images/screenshot1.png)
![Image showing autocomplete on commit within store](./docs/static/images/screenshot2.png)
**Note**: This has been developed to suit my needs but additional use cases and contributions are very welcome.
[MIT License](./LICENSE) - Copyright © Daniel Roe