Can we use Statamic CMS ( as a backend) and Vue with GraphQL on the frontend for the website?

465 views Asked by At

I want to build a portal in which I want to have below stacks:

  1. Statamic CMS (As the backend)
  2. GraphQL for the API's
  3. Vue js as the frontend

Can anyone help me with the above tech stack, and it will be helpful if there will be any documentation available to develop a website with these stacks.

Thanks!!

I have gone through the documentation of Statamic in which I am confused that I can have all in statamic or not?

1

There are 1 answers

2
Duncan McClean On

Yes, Statamic has built-in support for GraphQL. There's documentation on how the GraphQL API works here.

Statamic doesn't care what you're using to consume the GraphQL API (you could use Vue/React/Vanilla/whatever you want).