docs: added modular architecture use case for Layers (#26240)

This commit is contained in:
Martins 2024-03-14 15:59:36 +02:00 committed by GitHub
parent b102d04185
commit 9b23f36d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ One of the core features of Nuxt 3 is the layers and extending support. You can
- Create Nuxt module presets - Create Nuxt module presets
- Share standard setup across projects - Share standard setup across projects
- Create Nuxt themes - Create Nuxt themes
- Enhance code organization by implementing a modular architecture and support Domain-Driven Design (DDD) pattern in large scale projects.
## Usage ## Usage