Multiple Vue apps, shared components in a monorepo

Viewed 336

We have two key user types for our system, and we would like to break out the apps into two separate folders in a single repo. The idea then would be to have a shared components lib which both projects could use.

I am looking for some guidance on the best practice for how to achieve such a setup, ideally we can satisfy the following:

  • each app in a separate folder
  • shared lib, maybe using github packages
  • shared configuration file
  • storybook running in the shared lib folder
0 Answers
Related