I have two Vue repositories. One repo has code using Vue CDN and is for a Popup modal. The other repo is a Vue project created with 'create-vue' (lets call it the main project). I want to integrate the popup modal into the main project. I want to create a button in the main project and link it to the popup modal. Any suggestions on how to link both the repos or proceed.
Sample popup modal - 'https://codepen.io/chsind/pen/jOaZwRx'
Sample Vue project - 'https://codesandbox.io/s/sample-vue-project-6gkx21'
Thank you for your help in advance :)