nuxt / framework

Old repo of Nuxt 3 framework, now on nuxt/nuxt
https://nuxt.com
10.62k stars 1.04k forks source link

Migration to `nuxt/nuxt` #10147

Open danielroe opened 1 year ago

danielroe commented 1 year ago

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.

You can read more about what we're planning in 2023.


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:

git remote remove origin
git remote add origin git@github.com:<yourusername>/nuxt.git
git remote add upstream git@github.com:nuxt/nuxt.git
git branch -u origin/main main
puzzle-it-nu commented 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