about TYPO3, Vue or other cool Web Dev Stuff
if (!$this->view) { /** @var \TYPO3\CMS\Fluid\View\StandaloneView $tempView */ $tempView =…
# Define allowed origins SetEnvIf Origin "(https://my.ddev.site|tauri://localhost|https://localhost:1420|https://127.0.0.1:1420)$"…
$categories = $this->categoryRepository->findAll()->toArray(); $categoriesTree = $this->buildTree($categories); $this->view->assign('categories',…
In a previous post did I show a way to build a Vue app (Vue TYPO3 Template / Sitepackage) without the (for me pretty annoying) JS SSR stuff. Instead…
tt_content.b13-1col < lib.contentElement tt_content.b13-1col { fields { content = TEXT content { dataProcessing…
npm i vite-plugin-mkcert -D
import { defineConfig } from 'vite' import mkcert from 'vite-plugin-mkcert' export default defineConfig({ …
Today I deployed my new TYPO3 Vue sitepackage on this site. It's just a first prototype to test how google likes this. But it seem that google has no…