1.1 KiB
1.1 KiB
nuxt-web
This directory is the new Nuxt 3 application for the AgWeb migration.
Boundary
- Write all new application code here.
- Do not modify the legacy root-level static site files during migration.
- Use the root-level static files as read-only reference sources.
Purpose
nuxt-web/ will eventually contain:
- Nuxt application config
- pages
- layouts
- components
- composables
- content collections
- public assets
- verification scripts
Bootstrap Entry Points
Planning references:
../docs/plan-nuxt-migration/task-2-bootstrap-steps.md../docs/plan-nuxt-migration/source-reference-workflow.md../docs/plan-nuxt-migration/verification-matrix.md
Scripts:
scripts/init-nuxt-foundation.shscripts/verify-generated-site.sh
Expected Workflow
- Bootstrap the Nuxt foundation in this directory.
- Add shared assets and shared shell components.
- Migrate content collections.
- Migrate page batches.
- Wire SEO, prerender, and redirects.
- Run generated-site smoke tests.
Current Status
This directory is intentionally minimal and is being prepared before the first real framework bootstrap.