A Laravel 7.x frontend preset including:
.gitignore
.welcome.blade.php
Use the package manager composer to install tailwind-vue-preset.
composer require rickkuilman/tailwind-vue-preset --dev
Run the following commands to use the preset
# Apply preset
php artisan ui tailwind-vue
# Compile assets
npm install && npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.