Inertiajs with tailwindcss frontend preset
team-underground/inertia-tailwind-preset is a Laravel package for inertiajs with tailwindcss frontend preset.
It currently has 0 GitHub stars and 66 downloads on Packagist (latest version 0.0.1).
Install it with composer require team-underground/inertia-tailwind-preset.
Discover more Laravel packages by team-underground
or browse all Laravel packages to compare alternatives.
Last updated
Note: The Inertia.js project is in the very early stages of development and IS NOT yet intended for public consumption. As such, the state of this preset is in flux and may change significantly to accommodate changes in Inertia.js.
This preset scaffolding removes the manual steps required to get up and running with Inertia.js, Vue js and Tailwindcss.
composer require team-underground/inertia-tailwind-preset. Laravel will automatically discover this package. No need to register the service provider.php artisan preset inertia-tailwind to install the scaffoldingnpm install && npx tailwind init && npm run devphp artisan serve (or equivalent) to run server and test preset.