Vue
These posts are all related to the Javascript Framework VueJS.
July 9, 2025
Deploying Inertia Vue SSR to Cloudflare Workers: From Traditional Node.js to Global Edge
Traditional Laravel Inertia SSR setups work great, but they come with a familiar problem: your beautiful Vue components get rendered on a single server somewhere, creating bottlenecks and issues with long running node processes. What if we could run that same SSR logic at 200+ edge locations globally, with zero server management? That's exactly what we can achieve by moving our Inertia Vue SSR from Node.js to Cloudflare Workers. And the best part? Your Vue components and Laravel backend stay completely unchanged.
ReadJune 30, 2022
How to Migrate a Laravel Inertia Vue App to Vite
On Tuesday, the 27th of June 2022, Laravel 9.19.0 with Vite support was released. Learn how to migrate a Laravel Inertia Vue app to Laravel Vite.
Read