Skip to content

isabella232/videojs-bundler-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video.js bundler sample

This is a sample and test project for using Video.js with various bundler configurations.

It has:

  • Video.js being used as a global
  • required in an es5 project with both:
    • webpack
    • browserify
  • immported in an es6 project with:
    • webpack
    • browserify
    • rollup

Usage

Clone this repo and then run

$ npm start

This will build out the 5 examples.

Inspired by

This project was inspired by:

About

sample and test project for using Video.js with various bundler configurations

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • HTML 26.2%