✅ Handle dynamic API routes
✅ Frontend layouts
✅ Backend layouts
✅ Multilanguage
✅ Meta tags provided by API
✅ Most of the standard TYPO3 Content Elements
✅ SSR Ready
Install with yarn
yarn add nuxt-typo3
Install with npm
npm install nuxt-typo3
typo3
object to your nuxt.config.js to configure all required settings.{
modules: [
'nuxt-typo3',
],
typo3: {
baseURL: 'https://yourwebsite.com',
api: {
baseURL: 'https://api.yourwebsite.com'
},
i18n: {
locales: ['en', 'pl', 'de'],
defaultLocale: 'en'
}
}
}
_.vue
), please remove index.vue
from pages directory - now your pages provides TYPO3 API. yarn install
yarn dev
Please read contributing guide
Copyright (c) MACOPEDIA
Version | Tag | Published |
---|---|---|
0.9.6 | latest | 4mos ago |
1.0.0-alpha.6 | alpha | 4mos ago |