nativescript-vuex-persistent

1.2.0 • Public • Published

GitHub license

Install

npm install --save nativescript-vuex-persistent

Use

import NSVuexPersistent from 'nativescript-vuex-persistent';
 
const store = new Vuex.Store({
  state: {
    // Your state.
  },
  mutations,
  actions,
  getters,
  strict: debug,
  plugins: [NSVuexPersistent([
    // Here you will define the states that you want to be persistent.
  ])]
});

Package Sidebar

Install

npm i nativescript-vuex-persistent

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

2.89 kB

Total Files

4

Last publish

Collaborators

  • gcuencam