feathers/docs/components/HomeFeature1Content.vue
2023-01-04 18:42:46 -08:00

13 lines
479 B
Vue

<template>
<div class="py-6 md:py-0 px-6 md:text-sm prose text-center md:text-left xl:text-xl">
<p>
Feathers is a full-stack web-framework for creating APIs and real-time applications with TypeScript or JavaScript.
</p>
<p>
Feathers can interact with any backend technology, supports many databases out of the box
and works with any frontend technology like React, VueJS, Angular, React Native,
Android or iOS.
</p>
</div>
</template>