Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1<div align="center"> 2 <br /> 3 <br /> 4 <a href="https://www.npmjs.com/package/@urql/vue"> 5 <img alt="Npm version" src="https://badgen.net/npm/v/@urql/vue" /> 6 </a> 7 <a href="https://bundlephobia.com/result?p=@urql/vue"> 8 <img alt="Minified gzip size" src="https://img.shields.io/bundlephobia/minzip/@urql/vue.svg?label=gzip%20size" /> 9 </a> 10 <a href="https://github.com/urql-graphql/urql/discussions"> 11 <img alt="GitHub Discussions: Chat With Us" src="https://badgen.net/badge/discussions/chat%20with%20us/purple" /> 12 </a> 13 <br /> 14 <br /> 15</div> 16 17## Installation 18 19```sh 20yarn add @urql/vue graphql 21# or 22npm install --save @urql/vue graphql 23``` 24 25> **Note:** `@urql/vue` has a peer dependency on `vue@^3.0.0` (Not v2) and doesn't currently plan to 26> be backwards compatible to Vue 2.