Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Bitrix24 UI.
The dashboard template for Vue is on https://github.com/bitrix24/templates-dashboard-vue.
git clone https://github.com/bitrix24/templates-dashboard.git <project-name>
cd <project-name>Make 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.
Note
The idea is that this template can be used as a full-fledged Bitrix24 application. And without connecting to Bitrix24, it can display test data. As soon as we do this, we'll add instructions here.
A browser-based application for Bitrix24.
The following permissions must be enabled in the application settings:
crm— access to CRM entities.user_brief— access to basic user profile data.
When registering the application in the Bitrix24 Partner Portal or as a local app, use the following endpoints:
| Parameter | URL |
|---|---|
| Application URL | https://your-app.example.com |
| Installation URL | https://your-app.example.com/install |
- Open your Bitrix24.
- Go to Applications -> Add Application
- Select Local Application
- Fill in the URLs provided above and check the required Scopes.
- Click Save and open the app.
pnpm run translate-ui