0👍
Found the solution:
- Use
npm link
to reference the SolutionA in the SolutionB; - Add SolutionA in devDependecies of the SolutionB package.json;
- Then simply import the component1.vue in the component3.vue
Source:stackexchange.com
0👍
Found the solution:
npm link
to reference the SolutionA in the SolutionB;