@remindgmbh/nuxt-typo3-solr
v3.0.0
Published
This nuxt3 module is the frontend part for [remind/headless-solr](https://github.com/remindgmbh/headless-solr).
Downloads
123
Readme
REMIND - Nuxt TYPO3 Solr
This nuxt3 module is the frontend part for remind/headless-solr.
Requirements
TYPO3 instance with remind/headless-solr.
Nuxt3 project with @remindgmbh/nuxt-typo3.
Installation
install using
npm install @remindgmbh/nuxt-typo3-solr
add module in nuxt.config.js
export default defineNuxtConfig({ ... modules: [ ... '@remindgmbh/nuxt-typo3-solr', ... ] ... })
Configuration
Module options are described in ModuleOptions
Interface in module.ts and can be set using the config key typo3Solr
. Public runtimeConfig can be used as well to set module options.
Customization
See @remindgmbh/nuxt-typo3 readme.
Development
See @remindgmbh/nuxt-typo3 readme.