https://github.com/akryum/vue-apollo-todos
Vue Apollo GraphQL mutation examples
https://github.com/akryum/vue-apollo-todos
apollographql graphql vuejs
Last synced: over 1 year ago
JSON representation
Vue Apollo GraphQL mutation examples
- Host: GitHub
- URL: https://github.com/akryum/vue-apollo-todos
- Owner: Akryum
- Created: 2017-09-30T11:34:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T18:49:20.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T18:48:25.084Z (over 1 year ago)
- Topics: apollographql, graphql, vuejs
- Language: Vue
- Homepage: https://akryum.github.io/vue-apollo-todos/
- Size: 1.04 MB
- Stars: 80
- Watchers: 4
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```