Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaskuiler/universal-vue-app-with-graphql
How To Create A Universal Vue App With GraphQL
https://github.com/jonaskuiler/universal-vue-app-with-graphql
Last synced: 4 months ago
JSON representation
How To Create A Universal Vue App With GraphQL
- Host: GitHub
- URL: https://github.com/jonaskuiler/universal-vue-app-with-graphql
- Owner: jonaskuiler
- Created: 2017-07-19T10:08:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T11:45:59.000Z (over 7 years ago)
- Last Synced: 2024-10-31T22:50:28.431Z (4 months ago)
- Language: JavaScript
- Homepage: https://medium.com/@jonaskuiler/how-to-create-a-universal-vue-app-with-graphql-39ce35a07e93
- Size: 54.7 KB
- Stars: 42
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How To Create A Universal Vue App With GraphQL
I’ve been creating Universal Apps with Vue lately. These apps will render HTML on both the client- and server side. I wondered how to combine this with GraphQL.## Quickstart
```
yarn
yarn dev
yarn graphql
```## Full Article
https://medium.com/@jonaskuiler/how-to-create-a-universal-vue-app-with-graphql-39ce35a07e93