djirdehh / crypto_vue

💠 A Vue.js based real-time dashboard of the top 10 cryptocurrencies
https://www.cryptovue.com/
351 stars 53 forks source link

Implemented Axios #8

Closed captainswain closed 7 years ago

captainswain commented 7 years ago

Axios is the official recommendation of Evan You.

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

Implemented Axios and replaced vue-resource.

djirdehh commented 7 years ago

Thanks cap'n! Didn't know Axios was the official recommendation.