Deploying a Nuxt.js 3 App with Apache 4 years ago 464The Deployment-Process for an Nuxt-App with Apache isn't really well documented. So here are some things I figured out while trying.#Apache#Vue#Nuxt#pm2
Understanding SSR Hydration Errors (with Nuxt.js) 4 years ago 372If you're new to Server Side Rendering (SSR), the Hydration Errors can be difficult to understand at first. Here are some Tips. #Vue#Nuxt
Code Highlighting 4 years ago 416There are two major syntax-highlighting-Frameworks in the JS-World. Let's have a look at them.#Vue#JavaScript
Vue 2.x to 3.x upgrade hints 4 years ago 470Some things I noticed while upgrading from Vue.js 2.x to 3. While at it, i was also upgrading from Webpack to Vite.#Vue