How to install Tailwind CSS and daisyUI in a UnoCSS project
This guide uses The community (unofficial) package@ameinhardt/unocss-preset-daisyas UnoCSS preset for daisyUI. Not all daisyUI components are supported yet, some class names may not work as expected. See the repofor more information.
1. Create a new Vite project
Create a new Vite project in the current directory
Terminal
npm create vite@latest ./ -- --template vanilla
2. Install UnoCSS, daisyUI and unocss-preset-daisy