A monorepo boilerplate using Nuxt and Payload.
I was interested in using Payload as the CMS for a website project with Nuxt, but there were no good examples on how to setup a project with that specific tech stack. I found a pretty nice template, but I specifically wanted to use a monorepo setup.
-
Turborepo
Makes working with a monorepo a breeze. -
Nuxt
Full-stack framework for Vue 3. -
Payload
An extensible CMS with great developer experience.
This project uses pnpm. Navigate to the root of the monorepo and run the following command.
pnpm install
Navigate to the root of the monorepo and run the following command.
pnpm run dev
This will run both the Nuxt and Payload apps in parallel.
This project is licensed under MIT.