Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Authoring Nuxt Layers: Build a Custom Email Layer

Base Nuxt Layers thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

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.