Skip to content

A small library to make vuex persistent in nativescript-vue projects.

License

Notifications You must be signed in to change notification settings

Gcuencam/ns-vuex-persistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm version

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.
  ])]
});

About

A small library to make vuex persistent in nativescript-vue projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published