UNPKG

videogular2

Version:

Videogular is a video application framework for desktop and mobile powered by Angular 2.0

63 lines (40 loc) 1.94 kB
# Videogular [![travis build](https://travis-ci.org/videogular/videogular2.svg?branch=master)](https://travis-ci.org/videogular/videogular2) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/2fdevs/videogular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Greenkeeper badge](https://badges.greenkeeper.io/videogular/videogular2.svg)](https://greenkeeper.io/) **Videogular is an HTML5 video player for Angular 2.0**. Videogular is a wrapper over the HTML5 video tag, so you can just add whatever you want. This provides a very powerful, but simple to use solution, for everybody. You can see a demo here: https://videogular.github.io/videogular2-showroom/#/ Documentation: https://videogular.github.io/videogular2 # How to install To get up and running quickly, check out the [getting started guide](https://videogular.github.io/videogular2/getting-started/). ## NPM commands Run `start` to compile the project, execute tests and check coverage: ``` npm start ``` Run `build` to compile the project: ``` npm run build ``` Run `test` to test the project: ``` npm test ``` Run `coverage` to check the coverage report: ``` npm run coverage ``` To start the example app run the following commands and open http://localhost:8080: ``` cd examples npm install npm run build npm start ``` ## Supported by Videogular wants to thank you to this companies for support this project: [![](sponsors/jetbrains.png)](https://www.jetbrains.com) [![](sponsors/toptal.png)](https://www.toptal.com) ## Credits Videogular is a project created by [Raúl Jiménez](https://github.com/Elecash) and released under [MIT license](https://github.com/videogular/videogular2/blob/master/LICENSE). This project would not be possible without our [team members](https://github.com/orgs/videogular/people) and an [amazing community](https://github.com/videogular/videogular2/graphs/contributors),