# midway **Repository Path**: weshell/midway ## Basic Information - **Project Name**: midway - **Description**: 🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-29 - **Last Updated**: 2021-09-29 ## 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)