6.0.0 • Published 7 months ago

@remindgmbh/nuxt-typo3 v6.0.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
7 months ago

REMIND - Nuxt TYPO3

This nuxt3 module is the frontend part of the TYPO3 headless extension and remind/headless.

Requirements

TYPO3 Instance with the following extensions:

Installation

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

  2. add module in nuxt.config.js

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

Configuration

Available App Config inputs are described in AppConfigInput Interface.

Customization

To customize a components template, script and style just create a component with the same name to override the original. Import the original component explicitly from @remindgmbh/nuxt-typo3/components/... and use it in the template to simply add additional script and styles.

IMPORTANT: Never use styles in assets for customizing components because they will be loaded regardless if the component is used on the current page or not.

Development

Use npm install to install dependencies. Add .env file to playground directory and set NUXT_PUBLIC_TYPO3_BASE_URL and NUXT_PUBLIC_TYPO3_API_BASE_URL. Then use npm run dev to start a dev server.

5.0.0

11 months ago

5.1.0

11 months ago

6.0.0

7 months ago

4.1.0

1 year ago

4.0.0

2 years ago

3.2.0

2 years ago

3.1.3

2 years ago

3.0.4

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.0.5

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago