mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
13 lines
479 B
Vue
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>
|