the front end is developed in parallel with multiple projects based on vue2.0,. How can components be shared among multiple projects?
Please consider the convenience, maintainability, security and extensibility of development.
for example, the following scenario:
1, when the reused component is updated, the dependent party can update painlessly.
2. When there are new reusable components, it can be easily extended.
3. The component code does not want to be published to the external network, but is only used within the local area network.
that"s all I can think of right now. I hope you can help me and give me some ideas