Use this template to get started with Bitrix24 UI quickly.
The starter template for Vue is on https://github.com/bitrix24/starter-b24ui-vue.
git clone https://github.com/bitrix24/starter-b24ui.git <project-name>
cd <project-name>
pnpm install
pnpm run devMake sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.