Skip to content

Getting Started

Work in Progress

The UIKit-Vue3 Getting Started guide is coming soon.

Installation

bash
pnpm add @tencent-classroom/uikit-vue3

Prerequisites

  • Vue 3.3+
  • @tencent-classroom/sdk must be installed and initialized

Basic Usage

vue
<script setup lang="ts">
import { TcClassroom } from '@tencent-classroom/uikit-vue3';
</script>

<template>
  <TcClassroom :config="classroomConfig" />
</template>

More detailed documentation will be available soon.