This template will help you start developing with Nuxt 3 and Tailwind CSS
Click Button 'Use This Template' or Clonning this repository
mkdir nuxt-project
cd nuxt-project
git clone https://github.com/Rauliqbal/nuxt-tailwind.git .
npm install
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.