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

8
doc/nuxt/ExamplesDoc.vue Normal file
View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>
A sample <a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt-quickstart" rel="noopener noreferrer">starter example</a> is available at PrimeVue examples repository. In addition an
<a href="https://stackblitz.com/edit/nuxt-starter-5nuyko">online playground</a> sample can be accessed at StackBlitz.
</p>
</DocSectionText>
</template>