Skip to main content

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

\