Skip to content

Inspecting vuex on Redux DevTools Extension / React Native Debugger

License

Notifications You must be signed in to change notification settings

jhen0409/vuex-remotedev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published