Inspecting vuex on Redux DevTools Extension / React Native Debugger
npm install vuex-remotedev> Inspecting vuex on Redux DevTools Extension / React Native Debugger
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
``js
import remotedev from 'vuex-remotedev'
remotedev(store)
`
`bash``
$ yarn
$ yarn test
$ yarn build