Skip to content

Optional features

So-called "optional features" are disabled by default in Nuxt Ignis. You can turn them on via environment variables.

Presets

Some of the optional solutions are meant to be alternatives. Nuxt Ignis defines simplified configuration "presets" for such cases. Learn more about this concept in presets section.

However, you are not limited to presets only. Every optional module or feature can be enabled individually.

Optional modules

Currently, following modules are optional to use:

Default values are false (not included) for all optional modules.

Extra features

Currently, following extra features (not using separate Nuxt Modules) are optional:

  • zod - set NUXT_PUBLIC_IGNIS_ZOD to true | false
  • valibot - set NUXT_PUBLIC_IGNIS_VALIBOT to true | false
  • Open Props CSS - set NUXT_PUBLIC_IGNIS_OPENPROPS to true | false
  • Vue Equipment - set NUXT_PUBLIC_IGNIS_EQUIPMENT_ENABLED to true | false
  • elrh-pslo - set NUXT_PUBLIC_IGNIS_PSLO_ENABLED to true | false

Default values are false (not included) for all optional features.

More info