🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@remindgmbh/nuxt-typo3-solr

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remindgmbh/nuxt-typo3-solr

This nuxt3 module is the frontend part for [remind/headless-solr](https://github.com/remindgmbh/headless-solr).

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 18 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts