Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Akryum/vue-apollo-todos

Vue Apollo GraphQL mutation examples
https://github.com/Akryum/vue-apollo-todos

apollographql graphql vuejs

Last synced: about 1 month ago
JSON representation

Vue Apollo GraphQL mutation examples

Awesome Lists containing this project

README

        

# vue-apollo-todos

> A TODOs demo app with Vue and Apollo

This app have a lot of mutation examples with cache updates.

## Build Setup

``` bash
# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build
```