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!

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.