/typo3-vite-demo

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

TYPO3 Vite Demo

Integrate ViteJS build pipeline and development server with TYPO3.

Prerequisites

  • Docker Desktop
  • DDEV

Local installation guide

git clone https://github.com/fgeierst/typo3-vite-demo.git
cd typo3-vite-demo
ddev start
ddev composer install
ddev snapshot restore
ddev pnpm install

Login via https://typo3-vite-demo.ddev.site/typo3 using these credentials:

  • Username: admin
  • Password: oZim4R7eLEWzzL

Control Vite dev server

ddev vite-serve start|stop

Build JS and CSS

ddev pnpm build