mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-16 13:43:42 +08:00
a7ade4676de31ad92915278c1f01278c47396aea
This project is forded from Soybean Admin. And we migrate this project from Vite to Farm reusing Vite plugins, after migrate to Farm, this project is 5 times faster than vite in dev and 10 times faster than Vite in prod.
npm run dev:farm # start with Farm
npm run build:farm # build with Farm
npm run dev # start with Vite
npm run build # build with Vite
Performance Compare:
| Cold Start(Server Ready + Page Rendered) | Build | Compare | ||
|---|---|---|---|---|
| Farm | 7.6s | |||
| Vite | 9.4s | 25.2s |
Languages
TypeScript
64%
Vue
32.6%
CSS
3%
SCSS
0.2%
JavaScript
0.1%