English | 简体中文
🌋 Pluggable enterprise-level react application framework.
Please consider following this project's author, sorrycc, and consider starring the project to show your ❤️ and support.
- 📦 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
# 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
https://t.me/joinchat/G0DdHw-44FO7Izt4K1lLFQ
扫码加 UMI_HELPER
,回复 umi
自动加群。