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