MP Core delivers a Bootstrap- and Vue-powered site package for TYPO3 13.4, including ready-made content elements, container layouts, and a Vite-based frontend toolchain. It is designed as a solid starting point for corporate and public sector websites.
- Prebuilt content modules (stage, banner, media, galleries, Vue todo list) with Fluid templates.
- Optional Site Sets for containers, news, forms, and SEO that plug into TYPO3 Site Settings.
- Frontend build pipeline based on Vite, SCSS, PostCSS, ESLint, Stylelint, Swiper, and Jarallax.
- TYPO3
^13.4 - PHP
>=8.2 - Node.js
>=20and npm>=10for the frontend build
composer require mpc/mp-core
vendor/bin/typo3 extension:activate mp_core
cd Build && npm ci
npm run buildDetailed setup and feature documentation lives in Documentation/README.md. Start there for Site Set configuration, content element guides, and frontend workflow notes.
- GPL-2.0-or-later — see
LICENSE - Author: Matthias Peltzer (
mail@mpeltzer.de, https://www.mpeltzer.de/)