Skip to content

Installation

nuxt-ignis is available as NPM package that can be referenced as a single dependency with all the features incoming.

Adding to your project

To enable nuxt-ignis in your Nuxt project, follow these steps:

  1. Add the following dependency into your package.json:
"nuxt-ignis": "0.3.3"
  1. Add following section into your nuxt.config.ts:
extends: [
  'nuxt-ignis'
]
  1. Add .npmrc file with following content (if you don't have it yet):
shamefully-hoist=true
strict-peer-dependencies=false
  1. Setup your .env to fit your project needs. Check Configuration section for reference.

  2. Congratulations! You are ready to build your next awesome project in Nuxt!

Configuration

Proceed to the Configuration section to learn how to configure nuxt-ignis for your project.