pagekit / vue-resource

The HTTP client for Vue.js
MIT License
10.08k stars 1.6k forks source link

vue-ressource vs fetch/axios/others #684

Closed Shuunen closed 6 years ago

Shuunen commented 6 years ago

Steps to reproduce

I just discovered this repo and the first wondering I had was "when use vue-ressource rather than fetch or axios or another lib ?"

What is Expected?

I think the README should explains that briefly and maybe have a small comparison table.

diego-lipinski-de-castro commented 6 years ago

this is forgotten,they recommend axios

Shuunen commented 6 years ago

What's forgotten ? Who recommend axios ?

diego-lipinski-de-castro commented 6 years ago

Here, https://medium.com/the-vue-point/retiring-vue-resource-871a82880af4

Shuunen commented 6 years ago

Thanks @diego-lipinski-de-castro

This should be on the readme

diego-lipinski-de-castro commented 6 years ago

Agree w/ you. Idk if they are actually updating this, but you could try a pr, by the way, this should be closed now

gotexis commented 5 years ago

I was totally confused about the project as well at first glance.

I thought it was something that makes Vue a backend server ;)