Add vite and nuxt docs to get started

This commit is contained in:
Cagatay Civici 2023-12-26 21:28:43 +03:00
parent eaf337cd56
commit a2ce2d0f72
17 changed files with 522 additions and 90 deletions

9
doc/vite/ExamplesDoc.vue Normal file
View file

@ -0,0 +1,9 @@
<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>