From c0b334fa62f877a08cfe10c3e0151e02eee02afa Mon Sep 17 00:00:00 2001 From: Gabe Dunn Date: Mon, 2 Nov 2020 22:16:23 -0800 Subject: [PATCH] add demo to github pages --- README.md | 4 ++ docs/index.html | 159 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 163 insertions(+) create mode 100644 docs/index.html diff --git a/README.md b/README.md index 00e124d7..043ea27a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ It uses [plyr](https://plyr.io) by [sampotts](https://github.com/sampotts) for t Supported player types: HTML5 video, HTML5 audio, YouTube, and Vimeo. +### Demo +A demo of the components (equivalent to the html example include here) can be found at +[redxtech.github.io/vue-plyr](https://redxtech.github.io/vue-plyr/). + ## Installation ```bash yarn add vue-plyr # or npm i vue-plyr diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..72664a9e --- /dev/null +++ b/docs/index.html @@ -0,0 +1,159 @@ + + + + + vue-plyr-html + + + + +
+
+

vue-plyr demo.

+

+ sources can be found at + + github.com/redxtech/vue-plyr. +

+
+
+

video player

+ + + +
+
+

audio player

+ + + +
+
+

youtube embed

+ +
+ +
+
+
+
+

youtube (not progressive-enhancement)

+ +
+
+
+
+

vimeo embed

+ +
+ +
+
+
+
+

vimeo (not progressive-enhancement)

+ +
+
+
+
+
+
+ + + + +