persistant storage for vuex, logging instead of console.log, profile support

This commit is contained in:
Tobias Kurze
2019-04-05 13:44:59 +02:00
parent 5332940a5b
commit 91edb27529
9 changed files with 213 additions and 53 deletions

View File

@@ -12,6 +12,7 @@
"@vue/cli": "^3.4.1",
"axios": "^0.18.0",
"bootstrap-vue": "^2.0.0-rc.13",
"js-cookie": "^2.2.0",
"vue": "^2.6.6",
"vue-axios": "^2.1.4",
"vue-class-component": "^6.0.0",
@@ -20,7 +21,9 @@
"vue-i18n": "^8.9.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vuejs-logger": "1.5.3",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4",
"vuex-typex": "^3.1.4"
},
"devDependencies": {