How to structure an Enterprise Scale Vue.js 3 Project
Wed Jan 18, 2023
I believe we should stop grouping files into directories like “components”, “stores”, and “pages” in VueJS projects. We should keep using flat directory structures, but instead group by subsystems. Let’s look at the classic example - a to-do app! This will be a little more complex than most to try and show the benefits of this project structure.
Read more