add vuex store to vue app

This commit is contained in:
2017-02-14 20:44:43 -07:00
parent faee26c586
commit 0b4f1866a9
4 changed files with 23 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
"loopback-component-explorer": "^4.0.0",
"strong-error-handler": "^1.0.1",
"vue": "^2.1.10",
"vue-router": "^2.2.0"
"vue-router": "^2.2.0",
"vuex": "^2.1.2"
},
"devDependencies": {
"babel-core": "^6.22.1",