feat: added webpack, stimulus and turbo

This commit is contained in:
Stephan Plöhn 2025-08-26 11:59:30 +02:00
parent f3b60adb21
commit 93939ff054
8 changed files with 62 additions and 10 deletions

View file

@ -21,6 +21,7 @@ use Kirby\Template\Slots;
<?= $page->title() ?> | <?= $site->title() ?>
</title>
<?= css('css/app.css') ?>
<?= js('js/app.js') ?>
</head>
<body>
@ -32,7 +33,7 @@ use Kirby\Template\Slots;
</h1>
</header>
<main>
<main data-controller="hello">
<?= $slot ?>
</main>