Gathering detailed insights and metrics for @circlerich/room-uikit-web-vue3
Gathering detailed insights and metrics for @circlerich/room-uikit-web-vue3
Gathering detailed insights and metrics for @circlerich/room-uikit-web-vue3
Gathering detailed insights and metrics for @circlerich/room-uikit-web-vue3
npm install @circlerich/room-uikit-web-vue3
Typescript
Module System
Node Version
NPM Version
38.2
Supply Chain
61.9
Quality
71.6
Maintenance
50
Vulnerability
93.8
License
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
11,129
Last Day
1
Last Week
15
Last Month
225
Last Year
3,180
Latest Version
1.0.204
Package Id
@circlerich/room-uikit-web-vue3@1.0.204
Unpacked Size
4.47 MB
Size
3.11 MB
File Count
554
NPM Version
8.19.3
Node Version
16.19.1
Published on
Feb 28, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-83.5%
15
Compared to previous week
Last Month
-45.7%
225
Compared to previous month
Last Year
-60%
3,180
Compared to previous year
14
English | 简体中文
This document describes how to quickly run the TUIRoom demo project to try out group audio/video interaction.
.
├── README.md
├── auto-imports.d.ts
├── components.d.ts
├── index.html
├─ src
│ ├─ App.vue // main page of the sample project
│ ├── TUIRoom // TUIRoom UI component source files
│ ├── assets // public resources
│ ├── config // TUIRoom configuration file
│ ├── env.d.ts
│ ├── main.ts // Example project entry file
│ ├── router // Example project routing configuration
│ └── views // Example project routing page
└── vite.config.ts
Enter the Application Management interface of the Tencent Cloud Live Audio/Video Console, select Create Application, enter the application name,click Create Application.
Find your application in the application list and Click Application Info.
Follow the steps below to get the application’s SDKAppID
and key.
! This component uses two basic PaaS services of Tencent Cloud: TRTC and IM. When you activate TRTC, IM will be activated automatically. For information about the billing of IM, see Pricing.
Clone or download the source code in our repository (You can start the repository to save it).
Find and open Web/vue3/src/config/basic-info-config.js
.
Configure parameters in basic-info-config.js
:
install dependencies
1cd TUIRoomKit/Web/vue3 2 3npm install
Run the sample project in the development environment
1npm run dev
Generate a DIST file
1npm run build
Open http://localhost:3000/#/home
in a browser to try out TUIRoom.
Because Element Plus components are imported manually, it may take a relatively long time for the page to load in the development environment for the first time. This will not be an issue after building.
Anchor (userId: anchor)
1 | 2 |
---|---|
![]() | ![]() |
Participant (userId: audience)
1 | 2 |
---|---|
![]() | ![]() |
1npm run build
! Production environments require the use of https domains
Make sure you used an HTTPS URL. For the sake of data security and privacy protection, your browser may restrict HTTP URLs. To access all features of the TRTC web SDK (WebRTC), please use an HTTPS URL.
No vulnerabilities found.
No security vulnerabilities found.