A Laravel 11 Single Page Application boilerplate using Vue.js 3 and Vite
Rename the .env.example file to .env, and fill it with your local info, then:
Install PHP and JavaScript dependencies:
composer install
npm install
Generate Laravel keys:
php artisan key:generate
Run the Vite development server...
npm run dev
Build and version the assets for production...
npm run build