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

primos63/vue-cli-plugin-tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vue CLI 3 plugin for TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published