Answer the question
In order to leave comments, you need to log in
Vue.js architecture?
I read this article on the architecture of the client application. After reading, I still don’t really understand what application services, domain, domain services are.
Answer the question
In order to leave comments, you need to log in
The author of the article strongly emphasizes that the presented methodology is applicable to all frameworks, just examples for React.
So it certainly applies.
Presentational Components in vue is a functional
Store - Vuex,
Application Services - can be in vuex actions, or maybe separate services.
Domain - a model with logic that pulls vuex, in most cases is reduced to the vuex actions themselves and component methods.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question