I want to build a portal in which I want to have below stacks:
- Statamic CMS (As the backend)
- GraphQL for the API's
- 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?
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).