Skip to content

Installation

A quick walk through to show you how you can install YouCan-UI in your project.

Installing the package

Install the @youcan/ui-vue3 package:

Using NPM

bash
  npm install @youcan/ui-core @youcan/ui-vue3

Using Yarn

bash
  yarn add @youcan/ui-core @youcan/ui-vue3

Using PNPM

bash
  pnpm install @youcan/ui-core @youcan/ui-vue3

Using Bun

bash
  bun install @youcan/ui-core @youcan/ui-vue3

Including the styles

Include the necessary YouCan UI tokens and styles in the top level of your application:

js
import '@youcan/ui-core/tokens';
import '@youcan/ui-vue3/style';