Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Migration to nuxt/nuxt #10147

Open
13 tasks done
danielroe opened this issue Jan 18, 2023 · 1 comment
Open
13 tasks done

Migration to nuxt/nuxt #10147

danielroe opened this issue Jan 18, 2023 · 1 comment
Assignees
Labels
chore 🧹 p1-chore Priority 1: no change in change code behavior

Comments

@danielroe
Copy link
Member

danielroe commented Jan 18, 2023

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.


#10147 (comment)

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
@danielroe danielroe added chore 🧹 p1-chore Priority 1: no change in change code behavior labels Jan 18, 2023
@danielroe danielroe self-assigned this Jan 18, 2023
@danielroe danielroe added 3.x and removed 3.x labels Jan 19, 2023
@puzzle-it-nu
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore 🧹 p1-chore Priority 1: no change in change code behavior
Projects
None yet
Development

No branches or pull requests

2 participants