Skip to content

Commit

Permalink
Add video tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 9, 2024
1 parent a2ecc42 commit acfba69
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
8 changes: 8 additions & 0 deletions apps/showcase/doc/vite/VideoDoc.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Watch the short video tutorial from Çağatay Çivici to setup PrimeVue in styled mode with <a alt="Create Vue App" href="https://github.com/vuejs/create-vue">Create-Vue</a>.</p>
</DocSectionText>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/xW8EFqalm4I" frameborder="0" allowfullscreen></iframe>
</div>
</template>
11 changes: 0 additions & 11 deletions apps/showcase/doc/vite/videos/CreateVueDoc.vue

This file was deleted.

6 changes: 6 additions & 0 deletions apps/showcase/pages/vite/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import ExamplesDoc from '@/doc/vite/ExamplesDoc.vue';
import StyledModeDoc from '@/doc/vite/StyledModeDoc.vue';
import UnstyledModeDoc from '@/doc/vite/UnstyledModeDoc.vue';
import UsageDoc from '@/doc/vite/UsageDoc.vue';
import VideoDoc from '@/doc/vite/VideoDoc.vue';
export default {
data() {
Expand Down Expand Up @@ -58,6 +59,11 @@ export default {
id: 'examples',
label: 'Examples',
component: ExamplesDoc
},
{
id: 'video',
label: 'Video',
component: VideoDoc
}
]
};
Expand Down

0 comments on commit acfba69

Please sign in to comment.