yanchangyou / umi

๐ŸŒ‹ Pluggable enterprise-level react application framework.

Home Page:https://umijs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | ็ฎ€ไฝ“ไธญๆ–‡

umi

codecov NPM version CircleCI GitHub Actions status NPM downloads Install size brotli

๐Ÿ™ Extensible enterprise-level front-end application framework.

Please consider following this project's author, sorrycc, and consider starring the project to show your โค๏ธ and support.


Features

  • ๐ŸŽ‰ Extensible, Umi implements the complete lifecycle and makes it extensible, and Umi's internal functions are all plugins. Umi also support plugins and presets.
  • ๐Ÿ“ฆ Out of the Box, Umi has built-in routing, building, deployment, testing, and so on. It only requires one dependency to get started. Umi also provides an integrated preset for React with rich functionaries.
  • ๐Ÿ  Enterprise, It has been verified by 3000+ projects in Ant Financial and projects of Alibaba, Youku, Netease, Fliggy, KouBei and other companies.
  • ๐Ÿš€ Self Development, Including micro frontend library, component packaging, documentation tools, request library, hooks library, data flow, etc.
  • ๐ŸŒด Perfect Routing, Supports both configuration routing and convention routing, while with functional completeness, such as dynamic routing, nested routing, permission routing, and so on.
  • ๐Ÿš„ Future Ready, Umi's community is also exploring new technologies. For example, modern mode, webpack @ 5, automated external, bundler less, etc.
  • ๐ŸŒˆ Support SSR, Starts Server-Side Render friendly.

Getting Started

Edit umi

Manually,

# Create directory
$ mkdir myapp && cd myapp

# Install dependency
$ yarn add umi

# Create page
$ npx umi g page index --typescript --less

# Start development
$ npx umi dev

Or Getting Started with Boilerplate.

Links

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Feedback

Github Issue ๅพฎไฟก็พค
umijs/umi/issues ๅ…ณๆณจๅŽๅ›žๅคใ€Œumiใ€

LICENSE

MIT

About

๐ŸŒ‹ Pluggable enterprise-level react application framework.

https://umijs.org

License:MIT License


Languages

Language:TypeScript 96.5%Language:Smarty 1.6%Language:EJS 1.1%Language:Less 0.7%Language:CSS 0.1%Language:JavaScript 0.0%Language:Shell 0.0%