Skip to content

Installation

Kuro was developed with TypeScript in mind, so it assumes your Vue 3 project is using TypeScript for best compatibility.

bash
npx kuro-ui init
bash
npx github:Bartek-Nowak/Kuro init

WARNING

⚠️ The Tailwind CSS installation performed by init is specifically designed and tested for projects using Vite as the build tool. If your project uses a different bundler or setup, the automatic configuration may not work correctly, and you will need to add Tailwind CSS manually.

⚠️ Note: Tailwind CSS setup is only required if you use Kuro components. If you only use utils or composables, you do not need to run the init command or install Tailwind CSS.