I know that there are tools like lerna and rushjs. My prerequisites are:
I have ~20 repositories with vue applications generated via vue-cli. Those repositories are private on bitbucket.
There are components, that may be used in any of these repos, such as form elements, form layouts and so on.
Also there may be huge amount of code (services, helpers, constants), that may be shared across these repos. These repos are vue multi-step forms, that have same structure and logic.
What is the best way to organize this?
question from:https://stackoverflow.com/questions/65877565/how-to-share-code-between-20-vue-js-applications