primevue-mirror/apps/showcase/doc/vite/ExamplesDoc.vue

10 lines
663 B
Vue

<template>
<DocSectionText v-bind="$attrs">
<p class="mb-0">
We've created various samples for the popular options in the Vue ecosystem. Visit the <a href="https://github.com/primefaces/primevue-examples">primevue-examples</a> repository for more samples including
<a href="https://github.com/primefaces/primevue-examples/tree/main/vite-quickstart" target="_blank" rel="noopener noreferrer">vite-quickstart</a> and
<a href="https://github.com/primefaces/primevue-examples/tree/main/vite-ts-quickstart" target="_blank" rel="noopener noreferrer">vite-ts-quickstart</a>.
</p>
</DocSectionText>
</template>