laravel-frontend-presets / tailwindcss

A Tailwind CSS frontend preset for the Laravel Framework
https://laravel-frontend-presets.github.io/tailwindcss/
MIT License
1.15k stars 140 forks source link

Tailwind and Vue #100

Closed domthomas-dev closed 4 years ago

domthomas-dev commented 4 years ago

Hi, thanks for this packages.

Do you think to do a version like ui vue, but with tailwind and not bootstrap ?

eugenefvdm commented 4 years ago

The documentation for this repo the under section b. For Presets with Authentication specifically has these instructions:

Use php artisan ui tailwindcss --auth for the basic preset, auth route entry, and Tailwind CSS auth views in one go

Then if you head over to https://github.com/laravel/ui there is another item in bold:

We are not accepting new presets.

So:

  1. You can use this package to do auth scaffolding.
  2. At this point, and maybe for the foreseeable future, there won't be official auth scaffolding with the official Laravel UI package.

My guess is that Tailwind is too new and maybe too opinionated to make the cut (for now).

michaeldyrynda commented 4 years ago

These repos are maintained independently - and unofficially - of laravel/ui.

That said, I don't think we need to add Vue to the Tailwind preset.