This project is an example of AUmi, use this as a template to create a new project, both can use Umi and Rsbuild
Better using pnpm
pnpm install
Yarn or npm are both accepted to install.
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
.