@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

Nuxt Project

Complete guide for installing and using Bitrix24 JS SDK in Nuxt applications.
We are still updating this page. Some data may be missing here — we will complete it shortly.

Setup

Add to a Nuxt project

Bitrix24 JS SDK requires Nuxt 4 due to some dependencies. Make sure to upgrade to Nuxt 4 you begin.

Install the Bitrix24 JS SDK package

pnpm add @bitrix24/b24jssdk-nuxt
yarn add @bitrix24/b24jssdk-nuxt
npm install @bitrix24/b24jssdk-nuxt
bun add @bitrix24/b24jssdk-nuxt

Add the Bitrix24 JS SDK module in your nuxt.config.ts

nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@bitrix24/b24jssdk-nuxt']
})

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

Vue

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

NodeJs

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

On this page

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

Copyright © 2024-present Bitrix24