1 Star 0 Fork 4

2585372371/Vue3-video-play

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue3-video-play",
"version": "1.3.1-beta.4",
"description": "hls.js player component for Vue3",
"files": [
"dist",
"lib"
],
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"pub": "node ./scripts/publish.js",
"serve": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:pub": "sh ./scripts/gh-pages.sh"
},
"author": {
"name": "kylin",
"email": "web_kylin@163.com",
},
"dependencies": {
"hls.js": "^1.0.10",
"throttle-debounce": "^3.0.1",
"vue": "^3.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.12",
"chalk": "^4.1.2",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"readline-sync": "^1.4.10",
"shelljs": "^0.8.4",
"typescript": "^4.4.3",
"vite": "^2.5.8",
"vitepress": "^0.18.1",
"vitepress-theme-demoblock": "^1.1.1",
"vue-tsc": "^0.3.0",
"vue3-video-play": "^1.3.1-beta.4"
},
"keywords": [
"vue 3",
"vue3",
"vue",
"vue3-video-play",
"hlsjs",
"hls.js",
"vue video player",
"vue3 video player",
"video player video",
"video player",
"vue player",
"vue video"
],
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/2585372371/vue3-video-play.git
git@gitee.com:2585372371/vue3-video-play.git
2585372371
vue3-video-play
Vue3-video-play
master

搜索帮助