39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
home: true
|
|
heroImage: /logo.png
|
|
actionText: Get Started →
|
|
actionLink: /guide/
|
|
features:
|
|
- title: Automatic updates
|
|
details: Don't think about updating the UI or refetching the queries!
|
|
- title: In-template components
|
|
details: Use Apollo in a truly declarative way with the Apollo components
|
|
- title: SSR-ready
|
|
details: Run your queries on the server before rendering the page HTML
|
|
footer: LICENCE MIT - Created by Guillaume CHAU (@Akryum)
|
|
---
|
|
|
|
<p style="text-align: center;">
|
|
<a href="https://www.patreon.com/akryum" target="_blank">
|
|
<img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patreon">
|
|
</a>
|
|
</p>
|
|
|
|
## Sponsors
|
|
|
|
### Silver
|
|
|
|
<p style="text-align: center;">
|
|
<a href="https://vueschool.io/" target="_blank">
|
|
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" class="silver-sponsor">
|
|
</a>
|
|
</p>
|
|
|
|
### Bronze
|
|
|
|
<p align="center">
|
|
<a href="https://vuetifyjs.com" target="_blank" title="Vuetify">
|
|
<img src="https://cdn.vuetifyjs.com/images/logos/v-alt.svg" width="48" height="48">
|
|
</a>
|
|
</p>
|