Automates Tailwind CSS v4 setup in Nuxt projects.
Note: Intended be used with freshly created Nuxt projects, even thought it can be used with existing projects.
npx nuxt-tailwind
nuxt.config.ts
to include Tailwind CSS v4 configuration.main.css
file in the assets/css
directory with proper imports.package.json
.After running the command, start or restart your Nuxt development server.
Made with ❤️ by Sumir Seth.