Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akryum/vue-apollo-todos
Vue Apollo GraphQL mutation examples
https://github.com/Akryum/vue-apollo-todos
apollographql graphql vuejs
Last synced: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T18:49:20.000Z (about 7 years ago)
- Last Synced: 2024-05-07T21:02:04.192Z (6 months 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
```