Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Akryum/vue-summit-app
Example App: Vue + GraphQL + Apollo (Devfest Nantes 2017)
https://github.com/Akryum/vue-summit-app
Last synced: 4 months ago
JSON representation
Example App: Vue + GraphQL + Apollo (Devfest Nantes 2017)
- Host: GitHub
- URL: https://github.com/Akryum/vue-summit-app
- Owner: Akryum
- Created: 2017-10-18T12:09:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T22:04:38.000Z (over 5 years ago)
- Last Synced: 2024-06-22T18:03:02.591Z (6 months ago)
- Language: JavaScript
- Homepage: https://devfest-summit.now.sh/
- Size: 299 KB
- Stars: 181
- Watchers: 13
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Summit
## Sponsors
### Gold
### Silver
### Bronze
> Ask questions to the speaker and upvote them!
The [backend api](./api) uses Apollo GraphQL tools and an express nodejs server.
The [frontend app](./app) is using Vue and Apollo GraphQL. It features:
- Routing with vue-router
- State management with vuex
- Google Signin (OAuth)
- Full Server-Side Rendering
- GraphQL data with [Apollo](https://www.apollographql.com/)
- Real-time updates with GraphQL Subscriptions
- [Apollo Engine](https://www.apollographql.com/engine/) for Monitoring performance, Reporting errors and Caching ([Apollo Cache Control](https://github.com/apollographql/apollo-cache-control))
- Automatic [Persisted Queries](https://github.com/apollographql/apollo-link-persisted-queries)
- Full-text instant search
- Specific 'Server Error' component rendered on the server
- Stylus for the component stylingThis application was intially made for the Devfest Nantes 2017 conference.