Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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