Bonus Content:
Lessons learned
building this website
-
I really need to create some quality Layout Components for Vue so
that I can stop writing
flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4
all over the place. -
Tailwind IntelliSense doesn't work with Nuxt + Tailwind out of the
box, you have to rename
tailwind.config.js
totailwind.js
.