Edward060290 / main-repo

Master repo of the project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<<<<<<< HEAD

Video Background

Install via NPM

Available through npm as vue-videobg.

npm install --save vue-videobg

Usage

import VideoBg from 'vue-videobg'

Vue.component('video-bg', VideoBg)

// or
new Vue({
  el: 'body',
  components: { VideoBg }
})
<video-bg :sources="['demo/assets/video.mp4']" img="demo/assets/bg.jpg">
  <!-- If you want to add content here, a slot is waiting! -->
</video-bg>

License

VideoBackground is released under the MIT License. See the bundled LICENSE file for details.

Implementing the new WebPage for OpusLab from HolaCode Team.

72f0a79b3871c3f6c91793ce6a53feaaf03a7a8a

About

Master repo of the project.

License:MIT License


Languages

Language:Vue 51.3%Language:HTML 29.9%Language:JavaScript 18.9%