Vue Project
Complete guide for installing and using Bitrix24 JS SDK in Vue applications.
We are still updating this page. Some data may be missing here — we will complete it shortly.
Setup
Add to a Vue project
Install the Bitrix24 JS SDK package
pnpm add @bitrix24/b24jssdk
yarn add @bitrix24/b24jssdk
npm install @bitrix24/b24jssdk
bun add @bitrix24/b24jssdk
Import
Import the library into your project:
import { B24Hook } from '@bitrix24/b24jssdk'