feathers/docs/components/HomeFeature1Content.vue
Marshall Thompson ae85fa216f
feat(docs): New website and documentation pages (#2802)
* feat(docs) new docs site started

* Minor page edits

* feat(footer) fix spacing

* empty guides template

Co-authored-by: daffl <daff@neyeon.com>
2022-10-17 13:05:01 -06:00

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>