What problem does it solve?
Fusion portal shells require consistent scaffolding, module hoisting, app loading, routing, and shared chrome integration, and teams often waste time re-implementing these patterns, misconfiguring auth, or producing fragile app embedding. This Skill consolidates the canonical patterns, CLI commands, and runtime decisions needed to create, configure, and operate a robust Fusion portal shell.
Core Features & Use Cases
- Scaffold portals: Guidance to create portal.manifest, entry points, and start a local dev server with the Fusion Framework CLI.
- Module configuration: Patterns for using FrameworkConfigurator to enable app modules, navigation, analytics, and telemetry at the portal level.
- App loading & routing: Recipes for the Apploader and custom AppLoader patterns, routing apps at /apps/:appKey/*, and handling loading/error states.
- Portal chrome & deployment: Advice for wiring header, context selector, bookmarks, and for building/uploading portals with ffc portal build and upload.
Quick Start
Use the fusion-developer-portal skill to scaffold a new portal named my-portal with the Fusion Framework CLI, configure portal modules, and start the dev server to verify apps load at /apps/:appKey.