A Vue.js project
本项目利用斗鱼提供的第三方开发平台API进行开发,所有文字图片等资源都由 斗鱼 提供,本项目开源只用于分享、学习用。
请打开chrome浏览器的手机模拟功能,来获得比较好的浏览效果。
解决手机播放直播的问题啦,扫描二维码就可用手机看了,可能有些浏览器出现不兼容问题,欢迎提出issue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.