Skip to content

roertbb/graphql-vue-blog

Repository files navigation

graphql-vue-blog

Small project made for testing how much Vue ❤ GraphQL and Apollo

Aim:

Features:

  • login/register
  • get posts (& subscription for new posts)
  • create new post
  • get comments (& subscription for new comments)
  • create new comments

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build