Authoring Nuxt Layers: Build a Custom Email Layer
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Domain Driven Design with Nuxt Layers

In this lesson, let’s talk about organizing code by “domain” with layers. Domain driven design is a project structure strategy that groups all code dealing with a similar app “domain” (think “feature”, “resource”, etc) together. For example, in a blog, comment components would be stored separately from post components but together with API endpoints for comments. Layers are a simple solution, for this design pattern.

Links