playersssssssssssssssssssssssssfdsfdsfds

a h5 video player

Usage no npm install needed!

<script type="module">
  import playersssssssssssssssssssssssssfdsfdsfds from 'https://cdn.skypack.dev/playersssssssssssssssssssssssssfdsfdsfds';
</script>

README

mimo-player

怎么使用?

npm install --save mimoplayer
import MimoPlayer from 'mimoplayer';
import 'mimoplayer/assets/styles.css'; // 样式需要单独引入

如何在本地查看组件显示效果?

npm run start

然后打开example目录下的index.html页面即可查看效果

如何继续开发该组件?

项目组件相关源代码都在src目录下。

修改代码完成后,运行npm run start,再去查看example->index.html文件查看效果。

如何以debug模式运行?

npm run debug

需要安装node-nightly, 具体安装文档https://webpack.docschina.org/contribute/debugging/

如何发布该组件?

待补充,可能发布到公司内部cnpm。。。