Javascript
Imported guides for Electron desktop apps and Laravel’s Vite migration.
In this section
| Page | Summary |
|---|---|
| Quasar + Pinia + Electron Desktop App | Rewrite of the Scrum Daily Standup Picker Electron app using Quasar and Pinia |
| Laravel Upgrade from Webpack to Vite | Move 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 + Vite — npm run dev HMR for Blade/Inertia/Vue/React; replace Mix with @vitejs/plugin-laravel patterns from the upgrade guide.