• Home
  • Services
  • Extensions
    • OAuth2 Server + Client
    • Cardealer
    • Questionaire
    • Sitepackage
  • Blog
  • Kontakt

Blog

about TYPO3, Vue or other cool Web Dev Stuff

11/16/2022

Another way to use EXT:headless for a Vue app with "TYPO3 SSR"

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…

 Backend  Frontend  Vue  SEO
  Read more

11/11/2022

B13/Container with headless

tt_content.b13-1col < lib.contentElement
tt_content.b13-1col {
    fields {
        content = TEXT
content {
            dataProcessing…
 Vue  Frontend  Backend
  Read more

11/03/2022

exotec.de runs now with my new TYPO3 Vue sitepackage

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…

 Vue  Frontend  Backend
  Read more

10/27/2022

My way to make Vue and TYPO3 a good team

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…

 Vue  Frontend  Backend  SEO
  Read more

10/20/2022

Composer update TYPO3 Backend Module

Build with Vue 3 and runs in TYPO3 11 ...

request A Demo

 Backend  Extbase  Vue
  Read more

10/15/2022

Generate URI's with SiteFinder

$siteFinder = GeneralUtility::makeInstance(SiteFinder::class); 
$site = $siteFinder->getSiteByPageId($this->settings['rootPid']);

$args = [
   …
 Extbase  Backend
  Read more

10/14/2022

Vue in own TYPO3 Frontend Plugin or Backend Module

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…

 Vue  Backend  Frontend
  Read more

Tags

  • Extbase (6)
  • Vue (16)
  • Frontend (9)
  • Backend (7)
  • SEO (3)