Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 517 Bytes

File metadata and controls

27 lines (17 loc) · 517 Bytes

使用 Tailwind CSS 3 进行开发

进入项目目录

初始化项目:

npm init -y

安装 Tailwind CSS 和必要的工具

运行以下命令安装 Tailwind CSS 和相关工具:

npm install -D tailwindcss@3 postcss autoprefixer
npx tailwindcss init -p

示例图片

示例图片 示例图片

tailwindcss 官方文档

tailwindcss 官方文档