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

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