vue-cli-plugin-apollo
Version:
vue-cli 3 plugin to add Apollo and GraphQL
61 lines (48 loc) • 2.02 kB
Markdown
---
home: true
heroImage: /screenshot.png
actionText: Get Started →
actionLink: /guide/
features:
- title: Auto-pilot
details: Automatically integrate vue-apollo into your Vue app!
- title: Builtin Apollo client config
details: Get started with a zero-config, customizable & upgradable Apollo client
- title: Embedded Apollo Server
details: Create a fullstack GraphQL app in minutes! Supports websocket subscriptions and more!
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
### Gold
<p style="text-align: center;">
<a href="https://www.sumcumo.com/en/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/570728242399674380/logo-sumcumo.png" alt="sum.cumo logo" class="gold-sponsor">
</a>
</p>
### 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>
<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" class="silver-sponsor">
</a>
</p>
### Bronze
<p align="center">
<a href="https://vuetifyjs.com" target="_blank">
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" alt="Vuetify logo" class="bronze-sponsor">
</a>
<a href="https://www.frontenddeveloperlove.com/" target="_blank" title="Frontend Developer Love">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267744249085953/frontend_love-logo.png" alt="Frontend Developer Love logo" class="bronze-sponsor">
</a>
</p>
## Quick Start
```bash
vue add apollo
```