Vite
Install and configure behsseui for Vite.
Create project
Run init command to create create a new Vite project with behsseui
CLI
pnpm dlx behsseui@latest init --viteOr in existing Vite project
CLI
pnpm dlx behsseui@latest initAdd components
You can now start adding components to your project.
The command above will add the Button component to your project. You can then import it like this:
CLI
pnpm dlx behsseui@latest add Button