> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scute.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Vue.js

# Integrating Scute with Vue.js

This guide will walk you through the process of integrating Scute into your Vue.js application, with specific focus on authentication features.

## Installation

First, install the required Scute packages:

```bash theme={null}
npm install @scute/core @scute/vue @scute/ui-vue
# or
yarn add @scute/core @scute/vue
```

## Basic Setup

### 1. Initialize the Scute Client

\\
