# umi
**Repository Path**: feengqi/umi
## Basic Information
- **Project Name**: umi
- **Description**: 🌋 Pluggable enterprise-level react application framework.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-28
- **Last Updated**: 2022-05-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[English](./README.md) | 简体中文
# umi
[](https://codecov.io/gh/umijs/umi) [](https://npmjs.org/package/umi) [](https://circleci.com/gh/umijs/umi/tree/master) [](https://github.com/umijs/umi) [](https://npmjs.org/package/umi) [](https://packagephobia.now.sh/result?p=umi) [](https://bundlephobia.com/result?p=umi)
🍙 插件化的企业级前端应用框架。
> Please consider following this project's author, [sorrycc](https://github.com/sorrycc), and consider starring the project to show your ❤️ and support.
---
## 特性
- 🎉 **可扩展**,Umi 实现了完整的生命周期,并使其插件化,Umi 内部功能也全由插件完成。此外还支持插件和插件集,以满足功能和垂直域的分层需求。
- 📦 **开箱即用**,Umi 内置了路由、构建、部署、测试等,仅需一个依赖即可上手开发。并且还提供针对 React 的集成插件集,内涵丰富的功能,可满足日常 80% 的开发需求。
- 🐠 **企业级**,经蚂蚁内部 3000+ 项目以及阿里、优酷、网易、飞猪、口碑等公司项目的验证,值得信赖。
- 🚀 **大量自研**,包含微前端、组件打包、文档工具、请求库、hooks 库、数据流等,满足日常项目的周边需求。
- 🌴 **完备路由**,同时支持配置式路由和约定式路由,同时保持功能的完备性,比如动态路由、嵌套路由、权限路由等等。
- 🚄 **面向未来**,在满足需求的同时,我们也不会停止对新技术的探索。比如 dll 提速、modern mode、webpack@5、自动化 external、bundler less 等等。
## 快速上手
[](https://codesandbox.io/s/umi-2d4js?autoresize=1&fontsize=14&hidenavigation=1&module=%2Fsrc%2Fpages%2Findex.tsx&theme=dark)
手动创建文件,
```bash
# 创建目录
$ mkdir myapp && cd myapp
# 安装依赖
$ yarn add umi
# 创建页面
$ npx umi g page index --typescript --less
# 启动开发
$ npx umi dev
```
或者[通过脚手架快速上手](https://umijs.org/zh-CN/docs/getting-started)。
## 链接
- [Top Feature Requests](https://github.com/umijs/umi/issues?q=is%3Aissue+is%3Aopen+label%3Atype%28enhancement%29+sort%3Areactions-%2B1-desc+) (用 👍 投票)
- [Newest Feature Requests](https://github.com/umijs/umi/issues?q=is%3Aopen+is%3Aissue+label%3Atype%28enhancement%29)
- [Top Bugs 😱](https://github.com/umijs/umi/issues?q=is%3Aissue+is%3Aopen+label%3Atype%28bug%29+sort%3Areactions-%2B1-desc+) (用 👍 投票)
- [Newest Bugs 🙀](https://github.com/umijs/umi/issues?q=is%3Aopen+is%3Aissue+label%3Atype%28bug%29)
## 贡献
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
## 反馈
| Github Issue | 微信群 |
| --- | --- |
| [umijs/umi/issues](https://github.com/umijs/umi/issues) |
关注后回复「umi」 |
## LICENSE
[MIT](https://github.com/umijs/umi/blob/master/LICENSE)