Vue.js and Vuex plugin to persistence data with localStorage/sessionStorage
$ npm install vuex-storage-js
import vuexStoragejs from 'vuex-storage-js'
const options = {}
const store = createStore({
plugins: [vuexStoragejs(options)]
})
{
keys: ''
}