Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 317 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 317 Bytes

My learning Nuxt 3 Monorepos with PNPM Workspaces

📚 - My trying to make a mono-repository with UI components and utils

Install:

pnpm i

Run dev mode:

pnpm run -r dev

Build applications:

pnpm run -r build

Run specific application

pnpm --filter web run dev