1.3.4 • Published 2 years ago
install-tailwindcss v1.3.4
Install Tailwind on any Framework
This package install necessary packages and fully configure tailwindcss for any frontend Framework.
Usage
Run the following command,
npx install-tailwindcssThen follow the prompts!
You can also directly specify the framework name you want to use via additional command line options. For example, run:
Replace <framework> with your desired frontend framework.
Replace <tool> with your desired tool if any.
# npx install-tailwindcss <framework> -t <tool if any>
npx install-tailwindcss vite -t reactCurrently supported frameworks:
next-jslaravelvitegatsbysolid-jsangularruby-on-railsremixparcelsymfonymeteorcreate-react-appastroqwik
Tool -t or -tool is only available for laravel & vite
Available Tools for:
laravel: [vite, laravel-mix]vite: [react, vue, svelte]