Skip to content

Javascript

Imported guides for Electron desktop apps and Laravel’s Vite migration.

In this section

PageSummary
Quasar + Pinia + Electron Desktop AppRewrite of the Scrum Daily Standup Picker Electron app using Quasar and Pinia
Laravel Upgrade from Webpack to ViteMove Laravel assets to Vite (laravel/framework ≥ 9.19.0)

Stack notes

Quasar + Electron — Vue 3 UI, Pinia state, packaged desktop via Electron; good for internal tools with native menus/tray.

Laravel + Vitenpm run dev HMR for Blade/Inertia/Vue/React; replace Mix with @vitejs/plugin-laravel patterns from the upgrade guide.

Curated technical notes — open source on GitHub