Building Components
Everything you need to create production-ready micro-frontends.
- Getting Started – scaffold your first component and understand the project layout.
- Template System – pick the right template (ES6, React, Vue, etc.) and learn compilation basics.
- package.json Structure – required fields,
ocmanifest, and best practices. - server.js – add backend logic, data fetching, and helpers.
- CLI – day-to-day commands for development and testing.
- Debugging – diagnose issues locally and in production.