nuxt-monorepo
nuxt-monorepo copied to clipboard
Using Nuxt Layers to build a complete monorepo architecture
Nuxt Monorepo Demo
This project demonstrates how to use Nuxt Layers to build a complete monorepo architecture. You can also browse different branches to understand various application scenarios.
Welcome to read this blog post to learn about the details of the entire architecture of this repo.
Setup
pnpm install
Development
# all packages
pnpm dev
# app only
pnpm app dev
Production
# all packages
pnpm build
# app only
pnpm app build