switched from vue-resource to axios
as vue-resource is retired from official recommendation status we switch to axios, which is better maintained and supports a similar API. for more background see: https://medium.com/the-vue-point/retiring-vue-resource-871a82880af4
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" | "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"axios": "^0.17.1", | |||
"vue": "^2.5.2", | "vue": "^2.5.2", | ||
"vue-router": "^3.0.1" | "vue-router": "^3.0.1" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment