Socket
Socket
Sign inDemoInstall

@remindgmbh/nuxt-typo3-solr

Package Overview
Dependencies
195
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

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).


Version published
Weekly downloads
123
increased by668.75%
Maintainers
1
Created
Weekly downloads
 

Readme

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

  1. install using npm install @remindgmbh/nuxt-typo3-solr

  2. 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

Last updated on 25 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc