56 Star 180 Fork 56

lhbxxx / vr-stream-web-player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING 577 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
# Building
This project uses browserify to manage dependencies and build. Watchify is
especially convenient to preserve the write-and-reload model of development.
This package lives in the npm index. There is also a bower version of it, but it
is deprecated.
Relevant commands:
npm run build - builds the module.
npm run watch - auto-builds the module whenever any source changes.
# Updating the npm entry
Once changes are made, a new version can be published to the index using the
following commands:
npm version <NEW_VERSION>
npm publish
git push
JavaScript
1
https://gitee.com/lhbxxx/vr-stream-web-player.git
git@gitee.com:lhbxxx/vr-stream-web-player.git
lhbxxx
vr-stream-web-player
vr-stream-web-player
master

搜索帮助