narro e607fdff43 初始状态不显示错误信息 | 6 年 前 | |
---|---|---|
__mocks__ | 6 年 前 | |
demo | 6 年 前 | |
scripts | 6 年 前 | |
src | 6 年 前 | |
.babelrc | 6 年 前 | |
.editorconfig | 6 年 前 | |
.eslintignore | 6 年 前 | |
.eslintrc.json | 6 年 前 | |
.gitignore | 6 年 前 | |
.nvmrc | 6 年 前 | |
.travis.yml | 6 年 前 | |
LICENSE.md | 6 年 前 | |
README.md | 6 年 前 | |
browserslist | 6 年 前 | |
generateConfig.js | 6 年 前 | |
package-lock.json | 6 年 前 | |
package.json | 6 年 前 | |
postcss.config.js | 6 年 前 | |
webpack.config.js | 6 年 前 |
Fork from mderrick/react-html5video
Install dependencies.
$ npm install
Start server.
$ npm start
Build dist.
$ npm run build
$ npm install https://git.links123.net/links123.com/video_player.git --save
import { DefaultPlayer as Video } from 'react-html5video';
import 'react-html5video/dist/styles.css';
const Player = () => (
<Video autoPlay>
<source src="demo.mp4" type="video/mp4" />
</Video>
)