How to add TailwindCSS to a Vue 3 App
There are two ways of creating a vue3 project. Using Vue-CLI or Vite. I will cover both.
Using Vite
If you do not already have Vite installed globally, you will need to install it. You can install it with this command:
npm install -g vite
Now that yo...
ratracegrad.hashnode.dev2 min read