infinnie / umi

🌋 Pluggable enterprise-level react application framework.

Home Page:https://umijs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 简体中文

umi

NPM version Build Status NPM downloads

🌋 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,built-in react、react-router, etc
  • 🏈 Next.js like and full featured routing conventions, also support configured routing
  • 🎉 Complete plugin system, covering every lifecycle from source code to production
  • 🚀 High performance, support PWA, route level code splitting, etc via plugin
  • 💈 Support 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 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

Telegram

https://t.me/joinchat/G0DdHw-44FO7Izt4K1lLFQ

钉钉群

微信群

群满 100 人,请加 sorryccpro 好友备注 umi 邀请加入。

License

MIT

About

🌋 Pluggable enterprise-level react application framework.

https://umijs.org/

License:MIT License


Languages

Language:JavaScript 95.6%Language:CSS 3.9%Language:HTML 0.3%Language:Smarty 0.2%Language:TypeScript 0.0%