- Application has tree structure with folders for each "feature"
- Feature folders are named with lowerCamelCase β myComponentDashboard
- Feature can contain any number of components and nested features
- Components are named using UpperCamelCase β MyWidgetComponent.vue
- Component can have translation .yml file named correspondingly β MyWidgetComponent.yml
- If component requires more than 2 files: .vue and .yml file - folder is created with the same name β MyWidgetComponent
π―