nuxt/nuxt · Architecture
A static read of how nuxt/nuxt is wired together — module coupling, layering, and circular dependencies — derived from its import graph.
C
Architecture grade
score 68/100
8
Import cycles
lower is better
175
Modules parsed
299 edges
96%
Layeredness
clean-layer ratio
Most-depended-on modules
These are the highest-fan-in files — change them and the blast radius is largest. Read them first.
- packages/nuxt/src/app/nuxt.ts47 importers · radius 63
- packages/kit/src/context.ts21 importers · radius 24
- packages/nuxt/src/app/composables/router.ts18 importers · radius 63
- packages/nuxt/src/app/composables/error.ts16 importers · radius 63
- packages/kit/src/resolve.ts8 importers · radius 14
- packages/kit/src/utils.ts8 importers · radius 19
- packages/nuxt/src/app/composables/head.ts8 importers · radius 64
- packages/kit/src/internal/esm.ts7 importers · radius 14
Circular dependencies (8)
- packages/kit/src/resolve.ts → packages/kit/src/internal/esm.ts → packages/kit/src/resolve.ts
- packages/kit/src/resolve.ts → packages/kit/src/ignore.ts → packages/kit/src/layers.ts → packages/kit/src/resolve.ts
- packages/nuxt/src/app/nuxt.ts → packages/nuxt/src/app/composables/router.ts → packages/nuxt/src/app/nuxt.ts
- packages/nuxt/src/app/composables/error.ts → packages/nuxt/src/app/nuxt.ts → packages/nuxt/src/app/composables/router.ts → packages/nuxt/src/app/composables/error.ts
- packages/nuxt/src/app/composables/error.ts → packages/nuxt/src/app/nuxt.ts → packages/nuxt/src/app/composables/error.ts
- packages/nuxt/src/app/nuxt.ts → packages/nuxt/src/app/composables/asyncData.ts → packages/nuxt/src/app/nuxt.ts
Ask AI about nuxt/nuxt
Grounded in the actual source code. Pick a starter question or write your own.
What does this repo do, in one paragraph?How would I get started using it?What are the main alternatives?Show me the entry point.
Or write your own question →Informational only. RepoPilot summarises public signals at the time of analysis; they can be incomplete or stale. Not professional, security, or legal advice.