0.1.1 • Published 6 years ago

vue-cli-plugin-tailwindcss v0.1.1

Weekly downloads
418
License
MIT
Repository
-
Last release
6 years ago

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