An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vuex-rx-sync

[![CircleCI](https://circleci.com/gh/galenwarren/vuex-rx-sync/tree/master.svg?style=svg)](https://circleci.com/gh/galenwarren/vuex-rx-sync/tree/master)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Coverage Status](https://img.shields.io/coveralls/github/galenwarren/vuex-rx-sync/master.svg)](https://coveralls.io/github/galenwarren/vuex-rx-sync?branch=master)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](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.