Vue CLI 3.x plugin to add TailwindCSS to your Vue JS project.
Create a project with Vue CLI 3:
vue create my-vue-app
Add the plugin to your project:
cd my-vue-app
# Using Yarn
yarn add --dev vue-cli-plugin-tailwindcss
# Using npm
npm install --save-dev vue-cli-plugin-tailwindcss
Invoke the plugin:
vue invoke tailwindcss