Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atom-yang/aumi-example
https://github.com/atom-yang/aumi-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/atom-yang/aumi-example
- Owner: atom-yang
- Created: 2024-08-11T13:02:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:22:57.000Z (5 months ago)
- Last Synced: 2024-08-18T03:01:34.545Z (5 months ago)
- Language: TypeScript
- Size: 296 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rspack - umi-rsbuild
README
# AUmi example
This project is an example of [AUmi](https://github.com/atom-yang/aumi), use this as a template to create a new project, both can use [Umi](https://umijs.org/en-US/docs/introduce/introduce) and [Rsbuild](https://rsbuild.dev/guide/start/index#-features)
## Getting Started
### Installation
Better using pnpm
```bash
pnpm install
```Yarn or npm are both accepted to install.
### Bootstrap
```bash
pnpm run dev
```Follow the instructions in [Umi](https://umijs.org/en-US/docs/guides/getting-started#start-the-project) documentation, [AUmi](https://github.com/atom-yang/aumi) simply switches the bundler from `Webpack` to `Rsbuild`, ensuring you can use `AUmi` in the same way as `Umi`.