Developer Guide Overview
Welcome to Yumeri Developer Documentation. Yumeri is a next-generation modular web application building platform based on Node.js, designed for ultimate development experience and modular decoupling.
Quick Start
If you are new to Yumeri, follow these steps:
- Setup: Install the framework and initialize your first project.
- Plugin Basics: Learn how to write your first plugin (supports both Functional and Decorator APIs).
- Config Structure: Learn how to define plugin configurations with type safety.
Core Concepts
- Modular: Everything is a plugin.
- Dual API Support: Choose between Functional API or Decorator API.
- Type Safety: Deep integration with TypeScript.
- Flexible Routing: Powerful segment-matching based routing system.
