DEV Community

Discussion on: How To Setup Your vue Js Project To Use Tailwinds CSS

Collapse
 
msaaddev profile image
Saad Irfan

Hey! I built an automation tool just for this. You can do all this by just running npx new-tailwind-app [app_name] --vue3. This command is going to first setup a Vue3 project and then integrate Tailwind inside of it along with Prettier.

Maybe this piece will also help you out! dev.to/msaaddev/tailwind-css-user-...

Collapse
 
_udemezue profile image
udemezue John

Thanks for sharing