EnMod / tipe-vue-starter

:tada: Tipe + GraphQL + Vue starter :sunglasses:

Home Page:https://tipe.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Tipe + GraphQL + Vue
Tipe + GraphQL + Vue

🎉 Starter repo for Vue and Nuxt, together with GraphQL and Tipe 💯

What is Tipe

Tipe, pronounced type, is a content backend for all your apps. If you have any non-user generated content in your apps, you should use Tipe to manage it. You and content creators can use our web app to create and publish content, then consume that same content with our REST and GraphQL API's.

What is this repo

This repo is a solid starting point for anyone looking to build a Universal, SPA, or Static site with Vue and Tipe. The repo consists of a simple blog application that consumes content from Tipe via GraphQL.

Tech in this repo

Things you'll need

  • Node (version is whatever Nuxt needs)
  • An account on Tipe
    • Tipe is free right now!

Getting started

  • Clone this repo
  • Install dependences
    • yarn or npm install
  • Create a .env file on the root of this repo. Copy over the contents from .sample.env.
  • Replace the env values with your API Key and Org ID from the Tipe dashboard.
  • Run yarn dev or npm dev'
    • this will start Nuxt dev Universal mode

Things to notice

Apollo will fetch the content from your tutorial folder on your Tipe account. Becuase Nuxt is running in Universal mode, the content is rendered with the App and then cached and transferred to the client side.

Most of the content you see on the app is from Tipe. Take a look at the /apollo/query/ folder. Notice the queries and how they relate to your content on the Tipe dashboard in the tutorial folder. There's no reason why all the content on this starter app couldn't be stored in Tipe. It's non-user generated, and as a developer, you should never hard code content.

Contributing

  • Fork and cut a PR, we'll check it out 😎

Related

Tipe Community

License

MIT

About

:tada: Tipe + GraphQL + Vue starter :sunglasses:

https://tipe.io


Languages

Language:Vue 76.0%Language:JavaScript 19.3%Language:HTML 4.7%