@remindgmbh/nuxt-typo3-news
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

REMIND - Nuxt TYPO3 News

This nuxt3 module is the frontend part for remind/headless-news.

Requirements

TYPO3 instance with remind/headless-news.

Nuxt3 project with @remindgmbh/nuxt-typo3.

Installation

  1. install using npm install @remindgmbh/nuxt-typo3-news or yarn add @remindgmbh/nuxt-typo3-news

  2. add module in nuxt.config.js

    export default defineNuxtConfig({
        ...
        modules: [
            ...
            '@remindgmbh/nuxt-typo3-news',
            ...
        ]
        ...
    })

Configuration

Module options are described in ModuleOptions Interface in module.ts and can be set using the config key typo3News. Public runtimeConfig can be used as well to set module options.

Customization

See @remindgmbh/nuxt-typo3 readme.

Development

See @remindgmbh/nuxt-typo3 readme.

/@remindgmbh/nuxt-typo3-news/

    Package Sidebar

    Install

    npm i @remindgmbh/nuxt-typo3-news

    Weekly Downloads

    9

    Version

    1.0.0

    License

    BSD-3-Clause

    Unpacked Size

    10 kB

    Total Files

    42

    Last publish

    Collaborators

    • remindtech