0.0.4 • Published 6 years ago

vuex-remotedev v0.0.4

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

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:

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

Usage

import remotedev from 'vuex-remotedev'

remotedev(store)

Development

$ yarn
$ yarn test
$ yarn build