D
D
Dos2019-11-06 13:19:10
Software design
Dos, 2019-11-06 13:19:10

App architecture in vue?

Hello) Please tell me how to organize a good architecture with many use cases on Vue?
My application will not be limited to CRUD, there will be many different Use Cases for AddPrice, Activate, Remove, Cancel, etc. What architecture should be? How to name files correctly? How and where to store files?
If you call it simply in the Index folders, then there will be many such Indexes and it will be a problem to import them. It would be nice to show examples of good applications with good architecture.
And the second question - is it worth using vuetify?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Fomin, 2019-11-06
@pro-dev

If you are so worried about the architecture of the application, then I can advise you to look towards Nuxt.js. This framework will force the structure of the application, and at the same time the overall code style.
The file names are written in the official Vue.js documentation. https://vuejs.org/v2/style-guide

S
spaceatmoon, 2019-11-07
@spaceatmoon

In short, don't care about architecture. Give meaningful names to the Vue files and sho. This is the frontend.

S
Sergey Nekrasov, 2019-11-09
@Judixel

Architecture is not about the names of folders and files. Read what is SOLID.
If there is no design and layouts, use vuetify or any other framework.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question