1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-27 22:01:42 +02:00

Added bower install information. Closes #1840

This commit is contained in:
kedar2a 2015-02-09 16:45:24 -08:00 committed by Matthew McClure
parent f980cdb1fb
commit 789c72945a

View File

@ -24,6 +24,20 @@ You can download the Video.js source and host it on your own servers, or use the
<script src="//vjs.zencdn.net/4.11/video.js"></script>
```
## Install via package manager
### NPM
```
$ npm install --save video.js
```
### Bower
```
$ bower install --save video.js
```
### Self Hosted. ###
To entirely self-host, you'll need to pull in the font files and let Video.js know where the swf is located. If you simply copy the dist folder or zip file contents into your project everything
should Just Work™, but the paths can easily be changed by editing the LESS file and re-building, or by modifying the generated CSS file.