Set-up Tailwind CSS with Vue in 2 minutes!

preview_player
Показать описание
Let's go over how to install TailwindCSS in a Vue App.

So what is Tailwind CSS?
It's a customizable utility framework for CSS which will help you build awesome designs and styles with less code and more standardization between developers.
It is not an opinionated framework and does not ship any ready-made components like Bootstrap.
So you will still need to build your own components from scratch, but it will increase the productivity when it comes to styles as it makes styling easier.
Rapid prototyping can be made simpler with this framework as it will be faster to build components.
You can use html inline classes to get the styles or you can use the @apply method in your vue style part.

Like & Subscribe if you liked the video.

Instagram & Twitter @duanecreates
Thank you for watching • Have a great day • See you next time.
Рекомендации по теме
Комментарии
Автор

Vue.js comes with PostCSS as default you don't have to add it. Just create file postcss.config.js and add the data from the docs.

cla
Автор

thx a lot, but in step 4 i don't have postcss.config.js, and i don't think i will use it
so what to do for this step plz

temporary