Nuxt3 project with @remindgmbh/nuxt-typo3.
-
install using
npm install @remindgmbh/nuxt-typo3-cookiebot
-
add module in nuxt.config.js
export default defineNuxtConfig({ ... modules: [ ... '@remindgmbh/nuxt-typo3-cookiebot', ... ] ... })
Module options are described in ModuleOptions
Interface in module.ts and can be set using the config key typo3Cookiebot
. Public runtimeConfig can be used as well to set module options.