What’s the equivalent of Angular Service in Vue.js?

Technology CommunityCategory: Vue.jsWhat’s the equivalent of Angular Service in Vue.js?
VietMX Staff asked 3 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