


You should know about NodeJs, Express, GraphQL and NuxtJS to get started, even if you don’t know NuxtJS and Express you should have a basic knowledge in Javascript and NodeJs.įirst step is to create your Nuxtjs project.

In this post I’m going to show you how you can use a GraphQL server to create an API that will power a NuxtJs project. One of the things people struggle with NuxtJS is how to use an Express server together with NuxtJs to handle a REST API. NuxtJS is a framework where you can create a server side rendering app using VueJs. Since I use Vue for almost all of my projects, if I’m making an application that requires routing and server side rendering (for SEO), I use NuxtJS.
