mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 15:46:30 +03:00
Rework the landing page proof, steering demo, feature grid, slop catalog, detector coverage, theming, Live workflow, and responsive behavior.\n\nAI-assisted implementation by OpenAI Codex.
19 lines
820 B
JSON
19 lines
820 B
JSON
{
|
|
"name": "Nuxt 4 + Vue 3 (static fixture only — runtime inject unsupported)",
|
|
"config": {
|
|
"files": ["app.vue"],
|
|
"insertBefore": "</body>",
|
|
"commentSyntax": "html"
|
|
},
|
|
"sourceFiles": ["app.vue", "pages/index.vue", "nuxt.config.ts"],
|
|
"generatedFiles": [],
|
|
"wrapCases": [
|
|
{
|
|
"name": "wraps hero in pages/index.vue",
|
|
"args": { "classes": "hero-title", "tag": "h1" },
|
|
"expectedFile": "pages/index.vue"
|
|
}
|
|
],
|
|
"_runtimeOmitted": "Nuxt's app.vue is a Vue template that compiles to a render function — a <script> tag inserted there renders as a DOM node but does not execute. Nuxt needs a config-based inject (nuxt.config.ts -> app.head.script), which live-inject.mjs does not currently support. Static checks (is-generated, inject syntax, wrap routing) still validate."
|
|
}
|