3.0.2 • Published 4 years ago

vuex-multi-history v3.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

vuex-multi-history

Build Status npm version codecov

Multiple histories for Vuex

The Demo is available here.

Getting Started

  1. Install the dependencies: \ npm install vue vuex vuex-history-plugin \ or \ yarn add vue vuex vuex-history-plugin

  2. Initialize the plugin:

    import { VuexMultiHistory } from 'vuex-multi-history';
    ...
    
    const options = {};
    const vuexHistory = new VuexMultiHistory(options);
  3. Register the plugin in the store:

    import { Store } from 'vuex';
    
    ...
    
    new Store({
           ...
    
           plugins: [vuexHistory.plugin],
    });

For more information visit the docs.

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago