Vue.js Front End for TYPO3 Headless

nuxt-typo3 is a Vue.js module for TYPO3 headless. It's based on Nuxt, and it provides both API handling and frontend rendering.

nuxt-typo3 v2.0 Features:
  • Compatibility with Nuxt 3 and Vue.js 3
  • Server Side Rendering (SSR)
  • Handling of dynamic API routes
  • Frontend and backend layouts
  • Multilanguage support
  • Meta tags provided by API
  • Support for most standard TYPO3 Content Elements
Bash
$npx nuxi@latest init -t gh:TYPO3-Headless/nuxt-typo3-starter <project-name>
Click to copy