Use this template to get started with Bitrix24 UI quickly.
The starter template for Nuxt is on https://github.com/bitrix24/starter-b24ui.
git clone https://github.com/bitrix24/starter-b24ui.git <project-name>
cd <project-name>Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:5173:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm preview