jhen0409 / vuex-remotedev

Inspecting vuex on Redux DevTools Extension / React Native Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Inspecting vuex on Redux DevTools Extension / React Native Debugger

License:MIT License


Languages

Language:Vue 51.7%Language:JavaScript 48.3%