Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 637 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 637 Bytes

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