Migrate to CRA
This guide helps you migrate a Vite.js project to Create React App (CRA).
Step 1: Prepare your project
- Do not delete or modify any files before running the migration command.
- Run the command inside the root directory of the project.
Minimal_Typescript
├─ vite-ts
├─ starter-vite-ts
cd vite-ts
# OR
cd starter-vite-ts
Step 2: Run migration command
- Run the appropriate version of the vite-to-cra CLI tool based on your current Minimal UI version.
- In the
vite-ts
orstarter-vite-ts
folder.
Minimal UI v6.2.0
| v6.3.0
| v7.0.0
Minimal UI v6.0.0
| v6.0.1
| v6.1.0
Minimal UI v5