Hacker News new | ask | show | jobs
by mmcnl 2908 days ago
I think the answer is that there is no right or wrong answer. Something that has worked well for me was to put my API calls in a seperate module and call this module whenever I need it (either in Vuex or a Vue component). Very simple.