primevue-mirror/doc/installation/ExamplesDoc.vue

20 lines
1.4 KiB
Vue
Raw Normal View History

2023-03-08 08:35:24 +00:00
<template>
<DocSectionText v-bind="$attrs">
2023-10-15 03:37:04 +00:00
<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.</p>
2023-03-08 08:35:24 +00:00
</DocSectionText>
2023-10-15 03:37:04 +00:00
<div v-if="false" class="flex flex-wrap card align-items-center gap-5">
2023-03-20 10:12:21 +00:00
<a href="https://github.com/primefaces/primevue-examples/tree/main/vite-quickstart" class="flex flex-column align-items-center">
2023-10-15 03:37:04 +00:00
<img src="https://primefaces.org/cdn/primevue/images/logos/vite.svg" alt="Vite" class="w-4rem h-4rem mb-3" />
<span class="text-xl text-900">Vite</span>
2023-03-08 08:35:24 +00:00
</a>
2023-10-18 08:21:29 +00:00
<a href="https://github.com/primefaces/primevue-examples/tree/main/nuxt-quickstart" class="flex flex-column align-items-center">
2023-10-15 03:37:04 +00:00
<img src="https://primefaces.org/cdn/primevue/images/logos/nuxt.svg" alt="Nuxt.JS" class="w-4rem h-4rem mb-3" />
<span class="text-xl text-900">Nuxt</span>
2023-03-08 08:35:24 +00:00
</a>
2023-03-20 10:12:21 +00:00
<a href="https://github.com/primefaces/primevue-examples/tree/main/astro-quickstart" class="text-800 flex flex-column align-items-center">
2023-10-15 03:37:04 +00:00
<img src="https://primefaces.org/cdn/primevue/images/logos/astro.svg" alt="Astro" class="w-4rem h-4rem mb-3" />
<span class="text-xl text-900">Astro</span>
2023-03-14 07:50:36 +00:00
</a>
2023-03-08 08:35:24 +00:00
</div>
</template>