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

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Base Nuxt Layers

Base Nuxt layers are commonly used to provide a tightly coupled foundation for multiple Nuxt applications and/or other Nuxt layers. They serve as the central repository for on-brand UI and common utils/composables that projects company-wide can start with. In cases where the end project needs deviate from the baseLayer they can simply override existing components and composables with their own.