Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 2ceedb5

Browse files
committed
docs: fix installation
1 parent 73dbbf4 commit 2ceedb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ To get started, install the required dependencies:
55
::: code-group
66

77
```bash [npm]
8-
npm install reka-ui tailwind-variants @vueuse/core @vueuse/shared @vue/integrations colortranslator defu fuse.js ohashembla-carousel embla-carousel-auto-height embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue embla-carousel-wheel-gestures vue-component-type-helpers && npm install -D vitest @testing-library/vue jsdom @vue/tsconfig
8+
npm install reka-ui tailwind-variants @vueuse/core @vueuse/shared @vueuse/integrations colortranslator defu fuse.js ohash embla-carousel embla-carousel-auto-height embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue embla-carousel-wheel-gestures vue-component-type-helpers && npm install -D vitest @testing-library/vue jsdom @vue/tsconfig
99
```
1010

1111
```bash [Yarn]
12-
yarn add reka-ui tailwind-variants @vueuse/core @vueuse/shared @vue/integrations colortranslator defu fuse.js ohashembla-carousel embla-carousel-auto-height embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue embla-carousel-wheel-gestures vue-component-type-helpers && yarn add -D vitest @testing-library/vue jsdom @vue/tsconfig
12+
yarn add reka-ui tailwind-variants @vueuse/core @vueuse/shared @vueuse/integrations colortranslator defu fuse.js ohash embla-carousel embla-carousel-auto-height embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue embla-carousel-wheel-gestures vue-component-type-helpers && yarn add -D vitest @testing-library/vue jsdom @vue/tsconfig
1313
```
1414

1515
```bash [pnpm]
16-
pnpm add reka-ui tailwind-variants @vueuse/core @vueuse/shared @vue/integrations colortranslator defu fuse.js ohashembla-carousel embla-carousel-auto-height embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue embla-carousel-wheel-gestures vue-component-type-helpers && pnpm add -D vitest @testing-library/vue jsdom @vue/tsconfig
16+
pnpm add reka-ui tailwind-variants @vueuse/core @vueuse/shared @vueuse/integrations colortranslator defu fuse.js ohash embla-carousel embla-carousel-auto-height embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue embla-carousel-wheel-gestures vue-component-type-helpers && pnpm add -D vitest @testing-library/vue jsdom @vue/tsconfig
1717
```
1818

1919
```bash [Bun]
20-
bun add reka-ui tailwind-variants @vueuse/core @vueuse/shared colortranslator @vue/integrations defu embla-carousel embla-carousel-auto-height fuse.js ohashembla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue vue-component-type-helpers embla-carousel-wheel-gestures && bun add -D vitest @testing-library/vue jsdom @vue/tsconfig
20+
bun add reka-ui tailwind-variants @vueuse/core @vueuse/shared colortranslator @vueuse/integrations defu embla-carousel embla-carousel-auto-height fuse.js ohash embla-carousel-auto-scroll embla-carousel-autoplay embla-carousel-class-names embla-carousel-fade embla-carousel-vue vue-component-type-helpers embla-carousel-wheel-gestures && bun add -D vitest @testing-library/vue jsdom @vue/tsconfig
2121
```
2222

2323
:::
2424

2525
Next, install the components using the provided script with the appropriate parameters:
2626

2727
```bash
28-
curl -sSfL https://vue-ui.barbapapazes.dev/install.sh | bash
28+
curl -sSfL https://vue-ui.barbapapazes.dev/install.sh | bash -s -- -s packages/base-components -d src/ui
2929
```
3030

3131
> [!NOTE]

0 commit comments

Comments
 (0)