Authoring Nuxt Layers: Build a Custom Email Layer

Bootstrapping a New Nuxt Layer

The Nuxt Authoring guide is a great resource for bootstrapping a new Nuxt layer. It includes a quick explanation of how layers work and provides an npm command for bootstrapping a new layer.

npm create nuxt -- --template layer nuxt-layer

Links