What’s the equivalent of Angular Service in Vue.js? Technology Community › Category: Vue.js › What’s the equivalent of Angular Service in Vue.js? 0 Vote Up Vote Down VietMX Staff asked 4 years ago There are 4 ways: Stateless service: then you should use mixins Statefull service: use Vuex Export service and import from a vue code any javascript global object