Skip to content

fossabot/vuex-storage

Repository files navigation

#Vuex-storage

vuex browser storage plugin

LICENSE IMAGE npm Codecov Travis FOSSA Status

How to use

import Vue from 'vue'
import Vuex from 'vuex'
import vuexStorage from './src'
Vue.use(Vuex)
const store = new Vuex.Store({
  state: {
    
  },
  plugins: [
    vuexStorage({
      local: {
        expect: [],
        only: [],
      },
      session: {
        expect: [],
        only: [],
      },
    })
  ]
})

License

FOSSA Status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published