TailwindCSS plugin for Vue CLI 3
npm install vue-cli-plugin-tailwindcssVue CLI 3.x plugin to add TailwindCSS to your Vue JS project.
Create a project with Vue CLI 3:
``bash`
vue create my-vue-app
Add the plugin to your project:
`bash
cd my-vue-app
Invoke the plugin:
`bash
vue invoke tailwindcss
``