TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

Use axios in place of vue-resource #14

Closed anderly closed 7 years ago

anderly commented 7 years ago

Since vue-resource is retiring (https://medium.com/the-vue-point/retiring-vue-resource-871a82880af4#.lu29ki141), thought this might be a logical next step to get this template up to par.

I've forked the repo and will submit this back as a PR if you're good with that.

I'll even set Vue.prototype.$http = axios to minimize disruption.

MarkPieszak commented 7 years ago

Thanks again!

anderly commented 7 years ago

Sure thing! I guess this might also close #5 as well since the WebAPI sample is now working.