Vue Pages
50
Storefront and admin page components
Vue primary interface and Next secondary interface topology.
Generated structure of the active Vue interface and the parallel Next.js interface layer.
Grouped Vue route distribution by experience domain.
Grouped Next.js route distribution by web and API categories.
State domains and major UX capability signals identified from frontend modules.
| State Domain | Type |
|---|---|
| auth | Pinia Domain |
| cart | Pinia Domain |
| gate | Pinia Domain |
| quote | Pinia Domain |
| tenant | Pinia Domain |
| ui | Pinia Domain |
| UX Capability | Status |
|---|---|
| admin_master_layout | enabled |
| [masked-data-entity] | enabled |
| gated_access_shell | enabled |
| performance_monitoring_ui | enabled |
| pwa_install_prompt | enabled |
| [masked-data-entity] | enabled |
Signals that indicate database, tenancy, and shared API access within the secondary Next layer.
| Signal | Detected |
|---|---|
| mysql_access_in_next_layer | true |
| next_config_present | true |
| shared_api_client_present | true |
| tenant_resolution_in_next_layer | true |