Stack
alt+tab
.
use
functions for Vue 3 Composition API that allow us to access many browser APIs reactively.
Get started
composer install
npm install
npm start
Or, if you want background tasks for each process:
php artisan serve & # the Laravel server
php artisan queue:listen & # if you'd like to run Laravel queue jobs
npm run dev & # the Vite server