heshij / nuxt-monorepo

Using Nuxt Layers to build a complete monorepo architecture

Home Page:https://serko.dev/post/nuxt-3-monorepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Using Nuxt Layers to build a complete monorepo architecture

https://serko.dev/post/nuxt-3-monorepo


Languages

Language:TypeScript 51.4%Language:Vue 48.6%