This repository can serve as a starting point to create Vue.js v3 applications with TailwindCSS v2.
It's already configured to purge unused classes for production.
You can create component classes using Tailwind's @apply directive in the app.scss file.
This project was used as an example for the article posted in my blog: How to add Tailwind v2 to a Vue.js 3 project
Antonio Ufano - Web - Blog - Twitter
npm install
npm run serve
npm run build
npm run lint