vue-h5s-player

1.0.9 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i vue-h5s-player

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

861 kB

Total Files

5

Last publish

Collaborators

  • charon-npm