Skip to content

Jim1874/live-cat-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

安装

   npm install live-cat-vue --save

或者

   yarn add live-cat-vue

使用

1、按需引用

   import { LivePlayer } from "live-cat-vue";
   components: { LivePlayer },
 <live-player :appKey="xxxxx"></live-player>

2、全局引用

   import  LivePlayer  from "live-cat-vue";
   Vue.use(liveCat)
 <live-player :appKey="xxxxx"></live-player>

参数

名称 类型 默认 描述
appKey String '' 应用key
address String https://app.3dcat.live 地址

About

3dcat live-player SDK for vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors