Skip to content

galenwarren/vuex-rx-sync

Repository files navigation

vuex-rx-sync

CircleCI tested with jest Coverage Status semantic-release Commitizen friendly

Under construction, please check back later...

Sync vuex to external stores using rxjs

Documentation

Use npm run commit to commit using Commitizen using standard conventions.

Notes:

  • Requires that the 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.