@todo fix me!
v1.0.1
  • Get Started
  • Templates
  • GitHub
  • Overview
  • Introduction
  • Installation
  • Vue
  • Nuxt
  • NodeJs
  • UMD
  • AI Tools
  • MCP Server
  • LLMs.txt
  • b24ui
  • b24icons
v1.0.1
  • Docs
  • Frame
  • Hook
  • OAuth
  • Templates

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'

Documentation

B24Frame

To work with the application built into the Bitrix24 interface

B24Hook

To work with Bitrix24 from a standalone application using Hook

B24OAuth

To work with Bitrix24 from a standalone application using OAuth

Introduction

Bitrix24 JS SDK for using Bitrix24 REST API in local, production applications or via webhooks.

Nuxt

Complete guide for installing and using Bitrix24 JS SDK in Nuxt applications.

On this page

  • Setup
    • Add to a Vue project
  • Documentation
Releases
Published under MIT License.

Copyright © 2024-present Bitrix24