Installation
The simplest way to set up Yumeri is to use the official template. It’s quick and suited for first‑time users.
Configure Mirror (Mainland China)
If you are in Mainland China, using local mirrors helps speed up npm/yarn installs.
NPM:
bash
npm config set registry https://registry.npmmirror.comYarn:
bash
yarn config set registry https://registry.npmmirror.comCreate a Project
Open your terminal in the target folder and run:
Using npm:
bash
npm init yumeriUsing yarn:
bash
yarn create yumeriStart Yumeri
If dependencies were not installed automatically, install them and start:
Using npm:
bash
npm startUsing yarn:
bash
yarn start