Authoring Nuxt Layers: Build a Custom Email Layer

Configuring Nuxt Layers

Just like modules, it’s useful to expose configuration options for layers. Such layer options can be defined via 2 primary methods:

  • via app.config for public options
  • and runtime config for private options

Links