An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vuex-remotedev [![NPM version](http://img.shields.io/npm/v/vuex-remotedev.svg?style=flat)](https://www.npmjs.com/package/vuex-remotedev) [![Build Status](https://travis-ci.org/jhen0409/vuex-remotedev.svg?branch=master)](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:

vuex-and-rn

> 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)