diff --git a/nuxtjs.org/content/0.docs/1.get-started/1.installation.md b/nuxtjs.org/content/0.docs/1.get-started/1.installation.md index 42e377458..abb4db07d 100644 --- a/nuxtjs.org/content/0.docs/1.get-started/1.installation.md +++ b/nuxtjs.org/content/0.docs/1.get-started/1.installation.md @@ -17,13 +17,7 @@ ManualInstallVideoTitle: Nuxt Manual Installation ## Using create-nuxt-app -::video-player -sources: -- src: https://www.youtube.com/watch?v=wHkPjOmJTt0 - type: video/webm -poster: http://i3.ytimg.com/vi/wHkPjOmJTt0/maxresdefault.jpg ---- -:: +:video-player{src="https://www.youtube.com/watch?v=wHkPjOmJTt0"} To get started quickly you can use the [create-nuxt-app](https://github.com/nuxt/create-nuxt-app). diff --git a/src/defaultTheme/components/atoms/VideoPlayer.vue b/src/defaultTheme/components/atoms/VideoPlayer.vue index ae2ffb1bc..592c88fa2 100644 --- a/src/defaultTheme/components/atoms/VideoPlayer.vue +++ b/src/defaultTheme/components/atoms/VideoPlayer.vue @@ -1,25 +1,119 @@