1.0.9 • Published 2 years ago

vue-h5s-player v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

vue-h5s-player

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Examples

main.js

// 导入组件库
import VueH5sPlayer from 'vue-h5s-player'

// 注册组件库
Vue.use(VueH5sPlayer)

examples.vue

<template>
  <vue-h5s-player videoId="111" token="111" host="192.168.1.101:33000"/>
</template>

<script>
export default {
  name: 'examples'
}
</script>

<style scoped>

</style>
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago