mattstauffer / suggestive

Suggestive - take suggestions from the fans/followers of your podcast or blog
MIT License
98 stars 26 forks source link

Update to use Axios instead of vue-resource #26

Closed JacobBennett closed 7 years ago

JacobBennett commented 7 years ago

After the announcement that vue-resource is being retired, would be good to get a jump on switching to Axios.

This still requires the IE polyfills which are currently implemented in PR #24.

Switching to Axios would also allow us to remove the double Promise wrapping in the topics.js object also included in PR #24.

mattstauffer commented 7 years ago

Closed in #28