DEV Community

Cover image for JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS!
Mihai Farcas
Mihai Farcas

Posted on • Updated on

JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS!

JavaScript/TypeScript monorepo setup with PNPM Workspaces, Vite, VueJS and TailwindCSS!

I created this video to provide a step-by-step guide to setting up a JavaScript/TypeScript monorepo with PNPM Workspaces, Vite, VueJS, and TailwindCSS!

This type of setup is a great way to manage a project with multiple components, as it allows you to work on the UI library and client app concurrently while seeing the changes update live.

It has been my most successful video so far and I would love your feedback!

Video:

Part 2, where I build and publish the UI library as an independent package to the github registry:

And the GitHub Repo:
https://github.com/mihailtd/demo-monorepo

Latest comments (0)