Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.56 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.56 KB

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