mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
13 lines
542 B
Vue
13 lines
542 B
Vue
<template>
|
|
<div class="py-16 xl:py-24 bg-secondary text-center lg:text-lg">
|
|
<h2 class="md:text-xl lg:text-2xl font-bold">Create your first Feathers API in minutes</h2>
|
|
<div class="py-8">
|
|
<img src="/img/coding-bird.svg" alt="" class="w-3/4 max-w-4xl mx-auto" />
|
|
</div>
|
|
<p class="vp-doc pb-2"><a href="/guides/">Check out the docs</a> to learn more about Feathers.</p>
|
|
<p class="vp-doc">
|
|
Feel free say hello on <a href="https://discord.gg/qa8kez8QBx" target="_blank">Discord</a>.
|
|
</p>
|
|
</div>
|
|
</template>
|