@labor-digital/factory-nuxt-layer
v0.1.2
Published
Shared Nuxt layer for the LABOR.digital Factory headless CMS boilerplate — Content Block–driven Vue components consumed by client frontends over a TYPO3 headless backend.
Maintainers
Readme
@labor-digital/factory-nuxt-layer
Shared Nuxt layer for the LABOR.digital Factory headless CMS boilerplate.
Provides Content Block–driven Vue components that consume a TYPO3 headless backend via @t3headless/nuxt-typo3.
Install
npm install @labor-digital/factory-nuxt-layerPeer dependency (optional):
npm install @nuxt/uiExtend
In your Nuxt app's nuxt.config.ts:
export default defineNuxtConfig({
extends: ['@labor-digital/factory-nuxt-layer'],
typo3: {
api: {
baseUrl: process.env.TYPO3_API_BASE_URL,
proxyReqHeaders: ['cookie']
}
}
});Active components are controlled by a factory.json at your project root (or per-site, in shared-tenant setups). See the Factory monorepo design logs for details.
License
MIT — see LICENSE.
