Skip to main content

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.

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:
npm install @scute/core @scute/vue @scute/ui-vue
# or
yarn add @scute/core @scute/vue

Basic Setup

1. Initialize the Scute Client

\