UNPKG

1.35 kBMarkdownView Raw
1# Quasar App Extension QMediaPlayer
2
3> If you are looking for QMediaPlayer v2.+ look into the `next` branch. For v2.+ documentation, go [here](https://qmediaplayer.netlify.app/).
4
5The 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.
6
7![@quasar/quasar-app-extension-qmediaplayer](https://img.shields.io/npm/v/@quasar/quasar-app-extension-qmediaplayer.svg?label=@quasar/quasar-app-extension-qmediaplayer)
8[![npm](https://img.shields.io/npm/dt/@quasar/quasar-app-extension-qmediaplayer.svg)](https://www.npmjs.com/package/@quasar/quasar-app-extension-qmediaplayer)
9
10# Install
11```bash
12quasar ext add @quasar/qmediaplayer
13```
14Quasar CLI will retrieve it from NPM and install the extension.
15
16# Uninstall
17```bash
18quasar ext remove @quasar/qmediaplayer
19```
20
21# Live Demo
22* [live demo](https://quasarframework.github.io/quasar-ui-qmediaplayer/docs) - live docs, demo and examples
23
24# Donate
25If you appreciate the work that went into this, please consider donating to [Quasar](https://donate.quasar.dev) or [Jeff](https://github.com/sponsors/hawkeye64).
26
27# License
28MIT (c) Jeff Galbraith <jeff@quasar.dev>