Epic
4867
Description
Objective
Set up the workspace so 11ty and Nuxt can coexist, and configure Nuxt to act as a reverse proxy for unmigrated 11ty pages during local development.
Tasks
Acceptance Criteria
- Running
npm run dev from the root starts both servers.
- Visiting
localhost:3000 serves the default Nuxt page.
- Visiting
localhost:3000/an-existing-11ty-page successfully loads the 11ty page via the Nuxt proxy.
Acceptance Criteria
No response
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Epic
4867
Description
Objective
Set up the workspace so 11ty and Nuxt can coexist, and configure Nuxt to act as a reverse proxy for unmigrated 11ty pages during local development.
Tasks
/legacydirectory./nuxtdirectory.devscript in the rootpackage.jsonusingconcurrentlyto boot both 11ty (e.g., on port8080) and Nuxt (port3000) simultaneously.routeRulesinnuxt.config.tsto proxy all generic traffic tohttp://localhost:8080/**.Acceptance Criteria
npm run devfrom the root starts both servers.localhost:3000serves the default Nuxt page.localhost:3000/an-existing-11ty-pagesuccessfully loads the 11ty page via the Nuxt proxy.Acceptance Criteria
No response
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate