@apex-framework/core
v1.0.0
Published
Core functionality for Apex framework
Readme
@apex-framework/core
Core functionality for the Apex framework.
Installation
npm install @apex-framework/coreUsage
import { scanRoutes, matchRoute, renderPage } from '@apex-framework/core';
// Use the core functionsFeatures
- Route scanning and matching
- Page rendering
- Plugin system
- Observability and caching primitives
Documentation
For full documentation, visit https://apex-framework.github.io/docs
