about TYPO3, Vue or other cool Web Dev Stuff
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…
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…
The TYPO3 PWA Initiative has build the EXT:headless. There is also a Nuxt Typo3 available which, as the name suggests, uses Nuxt. But the whole SSR…
Build with Vue 3 and runs in TYPO3 11 ...
request A Demo
$siteFinder = GeneralUtility::makeInstance(SiteFinder::class); $site = $siteFinder->getSiteByPageId($this->settings['rootPid']); $args = [ …
A simple solution integrating Vue in TYPO3. I'm using webpack as bundler, but every other bundler should also work. This way may not be the best to…