T
T
thehighhomie2019-09-08 16:28:17
Vue.js
thehighhomie, 2019-09-08 16:28:17

VueJS: component architecture for large applications?

Where to find best practices with examples, or specific applications on github with good component architecture.
In the style guide on the vue website, the proposed architecture for components in a large application is simply unacceptable in my opinion, I developed my own, but not completely, in some places I can’t find a convenient solution.
I don’t want nuxt in terms of modular architecture either, I don’t like this approach, in my opinion there are a lot of actions that need to be done and complicate the folder structure.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
its2easyy, 2019-09-09
@its2easyy

https://learn-vuejs.github.io/vue-patterns/useful-... - you can find articles describing the difficulties that arose on large projects and how they were solved
https://github.com/chrisvfritz/vue-enterprise -boil... - preparation for a large project with explanations why it was done that way

I
Igor, 2019-09-09
@igorhak

Look at the architecture of frameworks like vuetify, quasar. For example, CoreUI divided components into components, containers and views, it seemed to me that containers were superfluous here. But on components and views it’s quite convenient for yourself. This is an analogy with nuxt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question