Add Nuxt js support #809
Replies: 1 comment 1 reply
-
Hey! Because Keystatic is built with React, I believe the only way to make Keystatic work with Nuxt.js is to have Keystatic in a subdirectory in your Nuxt.js project and run it as a separate Next.js app on a different port. You can make it store the content at the root level of your project (where the Nuxt.js app lives) and then read the files from there. The other thing that will be a bit complicated is to render content from the The rest should work pretty well — if you're happy with that dual-nested-app setup. Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
Hello,
Thank you for creating such a great project. I have enjoyed it a lot. I would like to suggest adding support for Nuxt.js to Keystatic. I am interested in helping with this and I would appreciate more information on how to get started. Please let me know your thoughts on this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions