https://github.com/akryum/vue-cli-plugin-apollo
🚀 @vue/cli plugin for Vue Apollo
https://github.com/akryum/vue-cli-plugin-apollo
Last synced: about 1 year ago
JSON representation
🚀 @vue/cli plugin for Vue Apollo
- Host: GitHub
- URL: https://github.com/akryum/vue-cli-plugin-apollo
- Owner: Akryum
- Created: 2018-02-11T13:36:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T22:52:20.000Z (almost 5 years ago)
- Last Synced: 2025-05-15T20:05:48.859Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://vue-cli-plugin-apollo.netlify.com/
- Size: 3.77 MB
- Stars: 479
- Watchers: 10
- Forks: 111
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# vue-cli-plugin-apollo
[ ](https://www.npmjs.com/package/vue-cli-plugin-apollo)
[](https://github.com/vuejs/vue-cli)
[](https://www.apollographql.com/)
**:rocket: Start building a Vue app with Apollo and GraphQL in 2 minutes!**
This is a vue-cli 3.x plugin to add Apollo and GraphQL in your Vue project.
Documentation
## Sponsors
[](https://guillaume-chau.info/sponsors)

## :star: Features
- Automatically integrate [vue-apollo](https://github.com/Akryum/vue-apollo) into your Vue app
- Embed Apollo client config (upgradable and customizable)
- Websockets
- File uploads
- Client state with [apollo-link-state](https://github.com/apollographql/apollo-link-state)
- Included optional Graphql Server (upgradable and customizable):
- Dead simple GraphQL API sources generated into your project (with import/export support)
- Upgradable service running [apollo-server](https://www.apollographql.com/docs/apollo-server/)
- Websocket subscriptions support
- Optional automatic mocking
- [Apollo Engine](https://www.apollographql.com/engine) support
- GraphQL playground integrated in the CLI UI
- Configuration screen in the CLI UI
- Server-Side Rendering with [@akryum/vue-cli-plugin-ssr](https://github.com/Akryum/vue-cli-plugin-ssr)
- Included optional example component with:
- Watched query
- Mutation
- Realtime subscription using Websockets
- Fully working image gallery with image upload
- GraphQL validation using ESLint