This Laravel starter is based on laravel/vue-starter-kit and demonstrate how to use Nuxt UI Pro in a Laravel application using Inertia.js.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:8000:
composer run dev