Files
WorkRoot-WRNexusJSComponent/app/pages/v06-imports.wrn
T

17 lines
1.4 KiB
Plaintext

// Generated by scripts/generate-showcase.mjs. Do not edit directly.
page V06ImportsGuide {
layout = "showcase"
seo {
title = "WRNexusJS v0.6 Imports"
description = "Declare component, layout, store, package, and type dependencies explicitly while retaining compatibility mode."
}
view {
<article class="page-docs guide-page">
<nav class="docs-breadcrumbs" aria-label="Breadcrumb"><a href="/docs">Docs</a><span aria-hidden="true">/</span><span>WRNexusJS v0.6</span><span aria-hidden="true">/</span><span>Imports</span></nav>
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Imports</h1><p>Declare component, layout, store, package, and type dependencies explicitly while retaining compatibility mode.</p></header>
<section class="guide-section"><h2>Application imports</h2><p>Resolve @/ aliases to the active application directory.</p></section><section class="guide-section"><h2>Package imports</h2><p>Use named imports for components exported by @wrnexus/ui.</p></section><section class="guide-section"><h2>Compatibility</h2><p>Run legacy, compatible, or explicit import modes during project migration.</p></section>
<nav class="guide-next"><a href="/framework-guides">Framework guides <span aria-hidden="true">→</span></a><a href="/v06-migration">Migration guide <span aria-hidden="true">→</span></a></nav>
</article>
}
}