894 B
894 B
Bootstrap Notes
Use this file as the short operational companion to the planning docs when initializing nuxt-web/.
Preconditions
- Branch:
feat/nuxt-migration - Planning docs under
../docs/plan-nuxt-migration/have been reviewed - Root-level static files remain untouched
Bootstrap Order
- Create the Nuxt seed in
/tmp/agweb-nuxt-seed - Copy only the framework baseline into
nuxt-web/ - Rewrite dependencies for AgWeb
- Install packages inside
nuxt-web/ - Add the minimal app shell
- Verify:
cd nuxt-web && npm run devcd nuxt-web && npm run generate
Do Not
- Do not copy
node_modules/or.output/from the seed - Do not modify root-level legacy HTML, CSS, JS, or images
- Do not start page migration before bootstrap verification passes
Script Entry Points
./scripts/init-nuxt-foundation.sh./scripts/verify-generated-site.sh