Skip to content

Installation

You can install the components using a script that automatically fetches the latest version from the repository:

bash
curl -sSfL https://vue-ui.barbapapazes.dev/install.sh | bash -s -- -s packages/base-components -d <destination-directory>

NOTE

If the repository vue-ui-labs/vue-ui is private, prepend bash with GITHUB_TOKEN=$(gh auth token) to authenticate and install the components.

WARNING

Always review scripts from the internet before executing them. Inspect the script to ensure its safety.

Integration Guides

The components are designed to work seamlessly with various tools. However, we recommend reviewing the integration guides to ensure everything, including CSS, icons, and tests, functions as expected.