Skip to content

Core features

So-called "core features" are enabled by default in Nuxt Ignis. Once you include nuxt-ignis module in your project, all of them are available for you to use. However, to keep things most configurable as possible, you can disable most of them via environment variables.

Integrated features

Following features are currently deeply integrated into Nuxt Ignis and cannot be disabled:

Core modules

Pre-defined set of Nuxt modules is being automatically included by default. You can opt-out from using them by setting respective config value to false.

  • use NUXT_PUBLIC_CORE_ESLINT=false to disable @nuxt/eslint
  • use NUXT_PUBLIC_CORE_FONTS=false to disable @nuxt/fonts
  • use NUXT_PUBLIC_CORE_IMAGE=false to disable @nuxt/image
  • use NUXT_PUBLIC_CORE_PINIA=false to disable @pinia/nuxt
  • use NUXT_PUBLIC_CORE_SCRIPTS=false to disable @nuxt/scripts
  • use NUXT_PUBLIC_CORE_SECURITY=false to disable nuxt-security
  • use NUXT_PUBLIC_CORE_VUEUSE=false to disable @vueuse/nuxt

More info

See details about Nuxt Ignis in Features section