본문 바로가기

JavaScript/Vue.js(프레임워크)

video.js & <vue-video-player> 관련 링크

반응형

vue-video-player를 이용하여 개발을 진행하면서 참고하였던 사이트를 정리해보았다.

 

1. Video.js 공식사이트 🔗

데모를 통해 Video.js의 여러 옵션 및 API를 테스트해볼 수 있다.

 

Video.js - Make your player yours

Make your player yours with the internet's most popular open source video player framework

videojs.com

2. Video.js 문서 🔗

Video.js의 여러 옵션 및 API에 관한 문서

 

Home | Video.js Documentation

There are two categories of docs: Guides and API docs. Guides explain general topics and use cases (e.g. setup). API docs are automatically generated from the codebase and give specific details about functions, properties, and events. Table of Contents Res

docs.videojs.com

3. Video.js 문서 🔗

Video.js의 여러 옵션 및 API에 관한 문서.
2번 사이트와 내용은 거의 동일하나 UI가 더 깔끔해서 보기 좋음.

 

https://docs.videojs.com/docs/

 

docs.videojs.com

4. <vue-video-player> github 🔗

Vue에서 Video.js를 사용하기 편리하게 만든 Vue용 Video Player

 

surmon-china/vue-video-player

🎞 @videojs component for @vuejs. Contribute to surmon-china/vue-video-player development by creating an account on GitHub.

github.com

반응형