We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972df18 commit c296464Copy full SHA for c296464
README.md
@@ -1,6 +1,12 @@
1
# vue-axios
2
A small wrapper for integrating axios to Vuejs
3
4
+## Why
5
+
6
+I created this library because, in the past, I need a simple solution to migrate from vue-resource to axios.
7
8
+It only has a small benefit that it binds axios to the vue instance so you don't have to import everytime you use axios.
9
10
## Support matrix
11
12
|VueJS \ VueAxios|1.x|2.x|3.x|
0 commit comments