add localstorage state persistence

This commit is contained in:
2017-02-20 13:28:07 -07:00
parent e935db172a
commit df20bab9fb
3 changed files with 21 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
"strong-error-handler": "^1.0.1",
"vue": "^2.1.10",
"vue-router": "^2.2.0",
"vuex": "^2.1.2"
"vuex": "^2.1.2",
"vuex-persistedstate": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.22.1",