https://github.com/sifferhans/nuxt-payload-boilerplate
A monorepo boilerplate with two apps: a Nuxt frontend and a Payload CMS.
https://github.com/sifferhans/nuxt-payload-boilerplate
cms monorepo nuxt payloadcms
Last synced: 2 months ago
JSON representation
A monorepo boilerplate with two apps: a Nuxt frontend and a Payload CMS.
- Host: GitHub
- URL: https://github.com/sifferhans/nuxt-payload-boilerplate
- Owner: sifferhans
- License: mit
- Created: 2023-02-08T13:26:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T12:53:46.000Z (over 3 years ago)
- Last Synced: 2025-10-07T03:32:16.838Z (9 months ago)
- Topics: cms, monorepo, nuxt, payloadcms
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt + Payload monorepo boilerplate
A monorepo boilerplate using Nuxt and Payload.
## Why?
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](https://github.com/slavanossar/nuxt3-payload-template), but I specifically wanted to use a monorepo setup.
## Tech stack
- Turborepo
Makes working with a monorepo a breeze.
- Nuxt
Full-stack framework for Vue 3.
- Payload
An extensible CMS with great developer experience.
## Setup
This project uses [pnpm](https://pnpm.io).
Navigate to the root of the monorepo and run the following command.
```sh
pnpm install
```
## Development
Navigate to the root of the monorepo and run the following command.
```sh
pnpm run dev
```
This will run both the Nuxt and Payload apps in parallel.
## License
This project is licensed under [MIT](/LICENSE).