mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
* feat(docs) new docs site started * Minor page edits * feat(footer) fix spacing * empty guides template Co-authored-by: daffl <daff@neyeon.com>
13 lines
481 B
Vue
13 lines
481 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 lightweight web-framework for creating APIs and real-time applications using 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>
|