upstash messenger
1.0.0
此示例顯示瞭如何使用Next.js使用Tailwind CSS(v3.2)。它遵循官方尾風文檔中概述的步驟。
使用Vercel或Preview live用Stackblitz部署示例
用NPM,YARN或PNPM執行create-next-app ,以引導該示例:
npx create-next-app --example with-tailwindcss with-tailwindcss-appyarn create next-app --example with-tailwindcss with-tailwindcss-apppnpm create next-app --example with-tailwindcss with-tailwindcss-app用Vercel(文檔)將其部署到雲中。