Vue Cli Plugin Tailwind Versions Save

vue-cli plugin for Tailwind CSS

v3.0.0

2 years ago

This requires vue-cli v5.0

v3.0.0-beta.0

2 years ago

If you want to use Tailwind CSS v3.0 in a new project:

Make sure you have vue-cli v5.0 or above:

npm install -g @vue/cli@next

After you created your vue-cli project, add Tailwind by running:

vue add tailwind@next

Upgrade an existing project:

npm uninstall tailwindcss @tailwindcss/postcss7-compat postcss autoprefixer

npm install -g @vue/cli@next

vue upgrade --next

vue add tailwind@next

v2.2.18

2 years ago

v2.2.17

2 years ago

v2.0.6

3 years ago

v2.0.5

3 years ago
  • Dependencies are now added to the clients package.json

v2.0.1

3 years ago
  • Updated to Tailwind v2.0.1-compat
  • Utilize Tailwind's internal PurgeCSS option

v1.5.0

3 years ago

Bump tailwindcss to 1.8.9

v1.4.2

3 years ago

v1.4.1

4 years ago