Install dependencies
This page only covers package installation. Framework-specific registration comes in the next chapter.
Install the current version
These docs target tailwindcss@4 and the latest weapp-tailwindcss. The current guide only maintains Tailwind CSS 4 integration instructions.
- npm
- Yarn
- pnpm
- Bun
npm install -D tailwindcss weapp-tailwindcss
yarn add --dev tailwindcss weapp-tailwindcss
pnpm add -D tailwindcss weapp-tailwindcss
bun add --dev tailwindcss weapp-tailwindcss
Next, return to the introduction or browse the maintained framework examples.