Skip to content

serkodev/nuxt-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published