# easya **Repository Path**: maomiaomap/easya ## Basic Information - **Project Name**: easya - **Description**: 基于 express 的极速开发框架 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #easy-a-framework web框架 ``` @ControllerBind({ routePath:'/' }) export class RootController extends Controller{ @ActionBind({route:'/'}) index(ctx:EasyACtx){ ctx.setcm(0,'这是主页面'); ctx.next(); } } ```