From 9b23f36d2a039d6c053271dd2d2d188d671d4879 Mon Sep 17 00:00:00 2001 From: Martins <34019878+martinszeltins@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:59:36 +0200 Subject: [PATCH] docs: added modular architecture use case for Layers (#26240) --- docs/1.getting-started/9.layers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/1.getting-started/9.layers.md b/docs/1.getting-started/9.layers.md index f62194d670..1ae3f05d79 100644 --- a/docs/1.getting-started/9.layers.md +++ b/docs/1.getting-started/9.layers.md @@ -14,6 +14,7 @@ One of the core features of Nuxt 3 is the layers and extending support. You can - Create Nuxt module presets - Share standard setup across projects - Create Nuxt themes +- Enhance code organization by implementing a modular architecture and support Domain-Driven Design (DDD) pattern in large scale projects. ## Usage