UNPKG

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