mpc/mp-core

MPC Distribution Package

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

pkg:composer/mpc/mp-core

v1.0.11 2025-11-20 17:45 UTC

This package is auto-updated.

Last update: 2025-11-20 17:46:01 UTC


README

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, Jarallax, and VidPly.

Requirements

  • TYPO3 ^13.4
  • PHP >=8.2
  • Node.js >=20 and npm >=10 for the frontend build

Quick Start

composer require mpc/mp-core
vendor/bin/typo3 extension:activate mp_core
cd Build && npm ci
npm run build

Documentation

Detailed setup and feature documentation lives in Documentation/README.md. Start there for Site Set configuration, content element guides, and frontend workflow notes.

License & Support