primevue-mirror/doc/installation/videos/CreateVueDoc.vue

12 lines
449 B
Vue
Raw Normal View History

2023-02-28 08:29:30 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>
2023-03-08 08:35:24 +00:00
<a alt="Create Vue App" href="https://github.com/vuejs/create-vue">Create-Vue</a>
2023-02-28 08:29:30 +00:00
is the recommended way to start a Vite-powered Vue project.
</p>
</DocSectionText>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/FjYesOz95MM" frameborder="0" allowfullscreen></iframe>
</div>
</template>