@quasar/quasar-app-extension-qmediaplayer
Version:
A Quasar App Extension for @quasar/quasar-ui-qmediaplayer
29 lines (20 loc) • 1.35 kB
Markdown
# Quasar App Extension QMediaPlayer
> If you are looking for QMediaPlayer v2.+ look into the `next` branch. For v2.+ documentation, go [here](https://qmediaplayer.netlify.app/).
The QMediaPlayer app extension allows you to seamlessly add the [QMediaPlayer UI](https://github.com/quasarframework/quasar-ui-qmediaplayer/tree/dev/ui) component directly into your Quasar Framework application without the need to write a boot file. See below for installation instructions via the Quasar CLI.

[](https://www.npmjs.com/package/@quasar/quasar-app-extension-qmediaplayer)
# Install
```bash
quasar ext add @quasar/qmediaplayer
```
Quasar CLI will retrieve it from NPM and install the extension.
# Uninstall
```bash
quasar ext remove @quasar/qmediaplayer
```
# Live Demo
* [live demo](https://quasarframework.github.io/quasar-ui-qmediaplayer/docs) - live docs, demo and examples
# Donate
If you appreciate the work that went into this, please consider donating to [Quasar](https://donate.quasar.dev) or [Jeff](https://github.com/sponsors/hawkeye64).
# License
MIT (c) Jeff Galbraith <jeff@quasar.dev>