@apex-framework/apex
v1.0.0
Published
Apex framework - A modern web framework with islands architecture
Downloads
13
Maintainers
Readme
@apex-framework/apex
Apex framework - A modern web framework with islands architecture.
Installation
npm install @apex-framework/apexOr, to create a new project:
npm install -g @apex-framework/cli
apex create my-appUsage
import apex from '@apex-framework/apex';
// Use the Apex frameworkFeatures
- File-based routing
- Server-side rendering
- Island hydration for interactive components
- Plugin system
- Multiple runtime adapters (Node.js, Bun, Deno)
Documentation
For full documentation, visit https://apex-framework.github.io/docs
Examples
Check out the examples in the examples directory:
