赞
踩
npm install @easydarwin/easyplayer --save
npm install copy-webpack-plugin@5.1.2 --save-dev
在node_modeols里面找到@easydarwin下的dist/compent/EasyPlayer-lib.min.js和EasyPlayer.wasm两个文件复制到pubilc目录下
引入
<script src="./EasyPlayer-lib.min.js"></script>
import EasyPlayer from "@easydarwin/easyplayer"
在components中
components:{EasyPlayer}
在模板中
<EasyPlayer :id="Math.floor(Math.random()*1+1)" :videoUrl=item :live="true" />