Overview of Fes.js core concepts
masterFes.js is a frontend application solution designed around the principles of Convention over Configuration, Configuration-driven, and Component-based design.
Key characteristics include:
- Plugin-based Architecture: A complete plugin system covering the entire lifecycle (compilation and runtime). It is inspired by Umi's mechanism.
- Routing-centric: Supports both configuration-based routing and convention-based routing.
- Vue.js 3.0 Based: Leverages the rich Vue ecosystem with a smooth learning curve.
- Extensible: Plugins can manage both build-time and runtime capabilities, coordinated by the Fes.js core.