vuex remotedev

Inspecting vuex on Redux DevTools Extension / React Native Debugger

4
0
Vue

vuex-remotedev NPM version Build Status

Inspecting vuex on Redux DevTools Extension / React Native Debugger

Why?

Due to I’m interesting for Vue Native, it’s framework allowed using Vue on React Native, we can keep using React Native Debugger for that, this is good reason to make Vuex running on Redux DevTools, so I simply made this:

vuex-and-rn

The todo app example is based on ankitsinghania94/vue-native-todo-app

Installation

$ yarn add vuex-remotedev

Usage

import remotedevPlugin from 'vuex-remotedev'

remotedevPlugin(store, options)

remotedevPlugin(store, options)

  • store - A Vuex store
  • options - Exposed options used for connect API of redux-devtools-extension.

Development

$ yarn
$ yarn test
$ yarn build

License

MIT