Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 709 Bytes

AUmi example

This project is an example of AUmi, use this as a template to create a new project, both can use Umi and Rsbuild

Getting Started

Installation

Better using pnpm

pnpm install

Yarn or npm are both accepted to install.

Bootstrap

pnpm run dev

Follow the instructions in Umi documentation, AUmi simply switches the bundler from Webpack to Rsbuild, ensuring you can use AUmi in the same way as Umi.