Skip to content

Implementing monorepo

Kiran Mantha edited this page Apr 1, 2024 · 1 revision

Monorepos are architectural pattern of creating multiple libraries and using them under one shell application.

Nx is one of the best OOB tool to create monorepos. And to create a Nx monorepo for PlumeJS, check out my article on implementing framework agnostic Nx monorepo where I used JQuery as example. Follow the same steps and use PlumeJS instead of JQuery

Clone this wiki locally