Migrate a VueJS Application to an Existing Turborepo Monorepo

Share this video with your friends

Send Tweet

Now you might have a project that currently isn't in your Monorepo that you want to add to it. We can copy that project over into our apps folder and then update the package.json to update the name to make it consistent across our apps. We'll update the dev port to make sure it's not going to run on the same port as one of our other applications. Lastly, we'll update the build pipeline to include our new application.