@anburocky3/vite-tw
v1.0.4
Published
Scaffold a Vite + Tailwind CSS project instantly
Readme
vite-tailwind
Scaffold a clean Vite + Tailwind CSS project in seconds.
Features
- Minimal, ready-to-run Vite + Tailwind starter
- Polished default UI that is easy to customize
- Works with npm, pnpm, yarn, or bun
Quick start
Pick the command that matches your tool:
npx vite-twpnpm dlx vite-twyarn dlx vite-twbunx vite-twWhat it creates
my-app/
index.html
package.json
postcss.config.js
src/
global.css
main.jsNext steps
The CLI prints the correct install and dev commands based on the package manager you used.
Notes
- Tailwind v4 is configured via
@import "tailwindcss"insrc/global.css. - The default entry is
src/main.js.
