AUmi example
August 13, 2024 ยท View on GitHub
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.