└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Umi 2 | 3 | > A curated list of awesome things related to UmiJS. 4 | 5 | ## Official Resources 6 | 7 | * [Getting Started](https://umijs.org/guide/) 8 | * [Configuration](https://umijs.org/config/) 9 | * [API](https://umijs.org/api/) 10 | 11 | ## Projects Using UmiJS 12 | 13 | ### Open Source 14 | 15 | * [Ant Design Pro](https://github.com/ant-design/ant-design-pro) - An out-of-box UI solution for enterprise applications as a React boilerplate. 16 | * [Antd Admin](https://github.com/zuiidea/antd-admin) - A excellent front-end solution for enterprise applications built upon Ant Design and UmiJS. 17 | 18 | ## Examples 19 | 20 | * [umi-examples](https://github.com/umijs/umi-examples) - Offcial examples for umi.js. 21 | * [umi-example-electron](https://github.com/umijs/umi-example-electron) - Electron example with umi and dva. 22 | * [umi-example-lighthouse](https://github.com/umijs/umi-example-lighthouse) - Full lighthouse score example. 23 | * [umi-example-monorepo](https://github.com/umijs/umi-example-monorepo) - Organize your code in a monorepo way. 24 | * [https://github.com/eggjs/egg-ant-design-pro](egg-ant-design-pro) - showcase for Egg loves Ant Design. 25 | * [umi-example-ssr](https://github.com/umijs/umi-example-ssr) - SSR example for umi. 26 | * [umi-example-ssr-with-egg](https://github.com/umijs/umi-example-ssr-with-egg) - Example for building frontend app with umi Server-Side Render and PreRender. 27 | 28 | ## Plugins 29 | 30 | * [umi-plugin-react](https://github.com/umijs/umi/tree/master/packages/umi-plugin-react) - A collection of dozens of plugins for react, such as dva, antd, on-demand loading, and more. 31 | * [umi-plugin-gh-pages](https://github.com/umijs/umi-plugin-gh-pages) - Publish dist folder to gh pages. 32 | * [umi-plugin-pnp](https://github.com/umijs/umi-plugin-pnp) - Support Plug'n'Play of yarn. 33 | * [umi-plugin-ecma5-validator](https://github.com/umijs/umi-plugin-ecma5-validator) - Ecmascript 5 syntax validator after uglifyjs. 34 | * [umi-plugin-mobx-state-tree](https://github.com/umijs/umi-plugin-mobx-state-tree) - Use mobx-state-tree in umijs@2. 35 | 36 | Checkout [npm search result](https://www.npmjs.com/search?q=umi-plugin-) for more plugins. 37 | 38 | ## Articles 39 | 40 | TODO 41 | --------------------------------------------------------------------------------