With Vue 3#
This example shows @urql/vue in use with Vue 3, as explained on the "Vue" page of the "Basics"
documentation.
To run this example install dependencies and run the start script:
yarn install
yarn run start
# or
npm install
npm run start
This example contains:
- The
@urql/vuebindings with a client set up insrc/App.vue - A suspense loading boundary in the
Appcomponent insrc/App.vue - A query for pokémon in
src/PokemonList.vue