ilikerobots / cookiecutter-vue-django

Vue 3 + Vite + Django with no compromises. Use Vue SFCs directly in Django Templates, DRF not required.
BSD 3-Clause "New" or "Revised" License
204 stars 23 forks source link

Is this project compatible with Tailwind-Django? [question] #49

Open sbadisa opened 3 years ago

sbadisa commented 3 years ago

I'd like to integrate with TailwindCSS and it seems that Tailwind-Django is a popular solution. However, having followed its installation guide, I can only see changes to CSS after manually running collectstatic.

Am I missing something obvious? Any help would be greatly appreciated!