Let’s talk about the Future of Jamstack β€” Join us

UmiJS

14437 stars
2545 forks
123 issues
Home page
https://umijs.org
Repository
umijs/umi
Language:
JavaScript
License:
MIT
Templates:
React

Features

  • πŸ“¦ Out of box, with built-in support for react, react-router, jest, webpack, rollup, etc.
  • 🏈 Next.js like and full featured routing conventions, which also supports configured routing
  • πŸŽ‰ Plugin system, covering every lifecycle from source code to production
  • πŸš€ High performance, including PWA support, route-level code splitting, etc.
  • πŸ’ˆ Support for static export, Suitable for environments without server
  • πŸš„ Fast dev startup, including dll support with config etc.
  • 🐠 Polyfill solution, add JS and CSS polyfill with targets config, lowest to IE9
  • 🍁 Support TypeScript, including d.ts definition and umi test
  • 🌴 Deep integration with dva, including duck directory support, automatic loading of model, code splitting, etc
  • ⛄️ Support MPA,based on umi-plugin-mpa

Install

Install tool

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

Build

Create a page

$ mkdir myapp && cd myapp
$ umi generate page index

Run

Start the development server

$ umi dev

Build and deploy

$ umi build

Examples

Find more static site generators.