# Midway **Repository Path**: mirrors/Midway ## Basic Information - **Project Name**: Midway - **Description**: Midway 是 阿里巴巴淘宝技术部 MidwayJs 团队产出的第二款产品,也是以团队名命名的核心产品 - Midway - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: 1.x - **Homepage**: https://www.oschina.net/p/Midway - **GVP Project**: No ## Statistics - **Stars**: 59 - **Forks**: 10 - **Created**: 2019-01-11 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Midway 为企业级应用开发的 Web 全栈框架,基于 typescript,面向未来领域,提供良好的装饰器支持,让应用维护变的更加简单。 [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/midwayjs/midway/blob/master/LICENSE) [![GitHub tag](https://img.shields.io/github/tag/midwayjs/midway.svg)]() [![Build Status](https://travis-ci.org/midwayjs/midway.svg?branch=develop)](https://travis-ci.org/midwayjs/midway) [![Test Coverage](https://img.shields.io/codecov/c/github/midwayjs/midway/master.svg)](https://codecov.io/gh/midwayjs/midway/branch/master) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/) [![Known Vulnerabilities](https://snyk.io/test/npm/midway/badge.svg)](https://snyk.io/test/npm/midway) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/midwayjs/midway/pulls) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/856737478fa94e78bce39d5fc2315cec)](https://www.codacy.com/app/czy88840616/midway?utm_source=github.com&utm_medium=referral&utm_content=midwayjs/midway&utm_campaign=Badge_Grade) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/midwayjs/midway) ## 安装 ```bash $ npm install midway --save ``` 需要 Node.js >= 10.16.0。 ## 特性 - ✔︎ 精致的中间件分组架构和兼容性 - ✔︎ 可扩展的插件体系生态 - ✔︎ 良好的应用分层和解耦能力 - ✔︎ 面向未来的开发体验 ## 快速开始 使用以下命令 ```bash $ npm install midway-init -g $ midway-init $ npm install $ npm run dev $ open http://localhost:7001 ``` ## 文档和社区 - [官网和文档](https://midwayjs.org/midway/) - [所有的 Egg 插件](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories) ## 示例 请访问 [midway-examples](https://github.com/midwayjs/midway-examples). ## 贡献 请告知我们可以为你做些什么,不过在此之前,请检查一下是否有 [已经存在的Bug或者意见](http://github.com/midwayjs/midway/issues)。 如果你是一个代码贡献者,请参考代码贡献规范。 ## License [MIT](http://github.com/midwayjs/midway/blob/master/LICENSE)