视频播放器仓库
shaojing 945ef88885 add npm-cmd: prepare & fix videoTitle toggle bug. 5 years ago
__mocks__ init 6 years ago
demo init 6 years ago
scripts for windows. 5 years ago
src add npm-cmd: prepare & fix videoTitle toggle bug. 5 years ago
.babelrc init 6 years ago
.editorconfig init 6 years ago
.eslintignore init 6 years ago
.eslintrc.json init 6 years ago
.gitignore init 6 years ago
.nvmrc init 6 years ago
.travis.yml init 6 years ago
LICENSE.md init 6 years ago
README.md for ie9 5 years ago
browserslist init 6 years ago
generateConfig.js init 6 years ago
package-lock.json init 6 years ago
package.json add npm-cmd: prepare & fix videoTitle toggle bug. 5 years ago
postcss.config.js init 6 years ago
webpack.config.js init 6 years ago

README.md

Fork from mderrick/react-html5video

extension

  • Add speed/playbackRate control
  • ie9 support. (fullscreen feature only support ie11.)

Install dependencies.

$ npm install

Start server.

$ npm start

Build dist.

$ npm run build