1. Create project
Start by creating a new Vue project using Vite.
npm create vite@latest my-app -- --template vue-ts
2. Run the CLI
Initialize Shadcn Vue to set up Tailwind and CSS variables.
npx shadcn-vue@latest init
3. Add Raya Components
You can now add any component from our registry.
npx shadcn-vue@latest add https: