Skip to content
/ umi Public
forked from umijs/umi

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

License

Notifications You must be signed in to change notification settings

serenaxx/umi

This branch is 3521 commits behind umijs/umi:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a31448a ยท Dec 21, 2020
Nov 12, 2020
Dec 14, 2020
Dec 21, 2020
Mar 23, 2020
Oct 9, 2020
May 18, 2020
Dec 21, 2020
May 18, 2020
Nov 27, 2017
Mar 23, 2020
Jun 2, 2020
Sep 22, 2020
May 18, 2020
Mar 23, 2020
Nov 9, 2020
Dec 15, 2020
Feb 18, 2019
May 18, 2020
Aug 8, 2018
Oct 13, 2020
Sep 23, 2020
Sep 22, 2020
Sep 2, 2020
Nov 12, 2020
Nov 12, 2020
Dec 21, 2020
Oct 8, 2020
Dec 1, 2020
Dec 21, 2020
Mar 1, 2020
Dec 14, 2020

Repository files navigation

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

umi

codecov NPM version CircleCI Build Status GitHub Actions status NPM downloads Install size

๐Ÿ™ 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

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

LICENSE

MIT

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.1%
  • Smarty 1.9%
  • Less 0.8%
  • HTML 0.1%
  • CSS 0.1%
  • JavaScript 0.0%