Registry for shadcn/ui, which focus on Bun, TypeScript and Vue 3.
Important
Active development in progress!
mkdir your project name, cd to it then run,
bunx --bun tiged acfatah/bun-vue/templates/starter && bun updateImportant
You need to build the component registry first by running bun cli build.
bun cli serveTo list available blocks and components, run:
bun ui listTo add a block or component, let say basic login form block, simply run bun add login-basic. The
block registry resides under src/registry/blocks/login-basic.
By default, bun will block all post-install scripts. Currently there are two scripts required which are:
@tailwindcss/oxideused by Tailwindmaplibre-glused by Unovis
To list them, run
bun pm unstrustedTo execute them, run
bun pm trust --allor specify the package name one by one.