Open danielroe opened 1 year ago
Hello Daniel,
Maybe a bold question but howto: Migrate git history of https://github.com/nuxt/framework to new branch in https://github.com/nuxt/nuxt.js
Is it a single statement or a procedure? Would like to know since I'm trying to do more or less the same but my git/google foo are not helping me, good you, please?
Regards
As a complete rewrite of Nuxt 2, Nuxt 3 was developed in a separate repository:
nuxt/framework
. Nuxt 3 even has its own documentation on nuxt.com, versus the Nuxt 2 documentation on nuxtjs.org. In development, this helped us move faster but meant less attention on issues for Nuxt 2. It's also a bit confusing.So in the coming days, we'll be unifying the Nuxt repos into a single repository,
nuxt/nuxt
. We'll transfer all issues and discussions across, of course, clearly labeling them as to which version of Nuxt they affect. This will also provide us an opportunity to close out issues and RFCs that we've resolved or implemented in Nuxt 3.This issue exists to track the progress of this move.
https://github.com/nuxt/framework/issues/10147#tasklist-block-7ca4f0ed-57ce-4f05-bbad-71c43d4bd9e8
Contributors
If you have an open PR, don't worry. The main branch will stay around for a while until all pending PRs are either closed, merged or migrated across to https://github.com/nuxt/nuxt.
If you need to update your local fork you can do so. You can fork https://github.com/nuxt/nuxt and then run in your shell: