Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 502 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 502 Bytes

vue-cli-plugin-tailwindcss

Vue CLI 3.x plugin to add TailwindCSS to your Vue JS project.

Getting Started

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

License

MIT