https://github.com/jhen0409/vuex-remotedev
Inspecting vuex on Redux DevTools Extension / React Native Debugger
https://github.com/jhen0409/vuex-remotedev
react-native-debugger redux-devtools vue vue-native vuex
Last synced: 5 days ago
JSON representation
Inspecting vuex on Redux DevTools Extension / React Native Debugger
- Host: GitHub
- URL: https://github.com/jhen0409/vuex-remotedev
- Owner: jhen0409
- License: mit
- Created: 2018-06-15T10:11:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T14:25:37.000Z (over 7 years ago)
- Last Synced: 2025-01-12T05:50:21.641Z (9 months ago)
- Topics: react-native-debugger, redux-devtools, vue, vue-native, vuex
- Language: Vue
- Size: 112 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vuex-remotedev [](https://www.npmjs.com/package/vuex-remotedev) [](https://travis-ci.org/jhen0409/vuex-remotedev)
> Inspecting vuex on [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension) / [React Native Debugger](https://github.com/jhen0409/react-native-debugger)
## Why?
Due to I'm interesting for [`Vue Native`](https://github.com/GeekyAnts/vue-native-core), it's framework allowed using Vue on React Native, we can keep using [React Native Debugger](https://github.com/jhen0409/react-native-debugger) for that, this is good reason to make [`Vuex`](https://github.com/vuejs/vuex) running on Redux DevTools, so I simply made this:
> The [todo app](example) example is based on [`ankitsinghania94/vue-native-todo-app`](https://github.com/ankitsinghania94/vue-native-todo-app)
## Installation
```bash
$ yarn add vuex-remotedev
```## Usage
```js
import remotedevPlugin from 'vuex-remotedev'remotedevPlugin(store, options)
```#### remotedevPlugin(store, options)
- `store` - A Vuex store
- `options` - Exposed options used for [connect API](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#options) of redux-devtools-extension.## Development
```bash
$ yarn
$ yarn test
$ yarn build
```## License
[MIT](LICENSE.md)