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

sunzitong/umi

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6cc502 · Mar 6, 2019
Feb 28, 2019
Jan 11, 2019
Mar 6, 2019
Mar 6, 2019
Feb 12, 2019
Nov 27, 2017
Feb 18, 2019
Mar 25, 2018
Mar 6, 2019
Jan 14, 2019
Jan 15, 2019
Feb 18, 2019
Feb 18, 2019
Aug 8, 2018
Feb 18, 2019
Feb 18, 2019
Mar 6, 2019
Feb 21, 2019
Mar 6, 2019
Feb 18, 2019
Mar 6, 2019

Repository files navigation

English | 简体中文

umi

NPM version Build Status NPM downloads lerna

🌋 Pluggable enterprise-level react application framework.

Please consider following this project's author, sorrycc, and consider starring the project to show your ❤️ and support.


Features

  • 📦 Out of box, with built-in support for react, react-router, etc.
  • 🏈 Next.js like and full featured routing conventions, which also supports configured routing
  • 🎉 Complete plugin system, covering every lifecycle from source code to production
  • 🚀 High performance, with support for PWA, route-level code splitting, etc. via plugins
  • 💈 Support for static export, adapt to various environments, such as console app, mobile app, egg, Alipay wallet, etc
  • 🚄 Fast dev startup, support enable dll and hard-source-webpack-plugin with config
  • 🐠 Compatible with IE9, based on umi-plugin-polyfills
  • 🍁 Support TypeScript, including d.ts definition and umi test
  • 🌴 Deep integration with dva, support duck directory, automatic loading of model, code splitting, etc

Getting Started

# Install deps
$ yarn global add umi # OR npm install -g umi

# Create application
$ mkdir myapp && cd myapp

# Create page
$ umi generate page index

# Start dev server
$ umi dev

# Build and deploy
$ umi build

Getting started with a 10 minutes video

Examples

Community

Slack Group Github Issue 钉钉群 微信群
sorrycc.slack.com umijs/umi/issues

License

MIT

About

🌋 Pluggable enterprise-level react application framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.5%
  • TypeScript 4.1%
  • Other 1.4%