Skip to content

v3.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@forsartis forsartis released this 12 Dec 13:06
· 1 commit to master since this release

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