我不知道官方推荐axios是哪里的来的消息,至少github上vue官方合集对 发送http请求这块,推荐的是这样几个:
vue-resource - The HTTP client for Vue.js.
vue-async-computed - Async computed properties for Vue.js.
vue-jsonp - A tiny library for handling JSONP request.
v-model - V-Model is a model plugin for Vue.js, like ng-resource.
vue-resource-mock
vue-resource我并没有带过。。。后面都是用的vue-resource, 我觉得你可能是把这个跟json server搞混了。
jsonserver这里我只是想用来做桩数据的服务器,他是提供数据的模拟restful应用的。
vue-resource是引入到项目里,用来发送http ajax请求的,类似以前jquery的 $post什么的。