0.0.4 • Published 7 years ago
vuex-remotedev v0.0.4
vuex-remotedev

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