https://github.com/galenwarren/vuex-rx-sync
Sync vuex to external stores using rxjs
https://github.com/galenwarren/vuex-rx-sync
firebase store sync vue vuex
Last synced: about 2 months ago
JSON representation
Sync vuex to external stores using rxjs
- Host: GitHub
- URL: https://github.com/galenwarren/vuex-rx-sync
- Owner: galenwarren
- Created: 2018-08-03T18:13:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T22:49:19.000Z (over 7 years ago)
- Last Synced: 2026-03-20T00:31:59.056Z (4 months ago)
- Topics: firebase, store, sync, vue, vuex
- Language: JavaScript
- Homepage: https://galenwarren.github.io/vuex-rx-sync
- Size: 653 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-rx-sync
[](https://circleci.com/gh/galenwarren/vuex-rx-sync/tree/master)
[](https://github.com/facebook/jest)
[](https://coveralls.io/github/galenwarren/vuex-rx-sync?branch=master)
[](https://github.com/semantic-release/semantic-release)
[](http://commitizen.github.io/cz-cli/)
## Under construction, please check back later...
Sync vuex to external stores using rxjs
[Documentation](https://galenwarren.github.io/vuex-rx-sync/)
Use `npm run commit` to commit using [Commitizen](http://commitizen.github.io/cz-cli/) using standard [conventions](https://github.com/commitizen/cz-conventional-changelog).
Notes:
* Requires that the [vue-rx](https://github.com/vuejs/vue-rx) plugin be installed
* Must install mutations for Vuex (more detail needed here)
* For Nuxt, show how to use with asyncData
* Roadmap for plugin development
Reminder, to use npm link with this project, move vue, vuepress, and rxjs out of devDependencies and set main to src/index.js.