2024-03-23 10:41:59 +08:00
2024-03-23 10:41:59 +08:00
2024-03-23 10:41:59 +08:00
2022-09-14 06:28:14 +02:00
2023-02-10 02:24:52 +08:00
2023-10-14 21:19:32 +08:00
2023-07-19 23:44:18 +08:00
2023-03-07 15:51:07 +08:00
2023-08-04 01:37:21 +08:00
2023-01-11 22:28:34 +08:00
2023-08-04 01:37:21 +08:00
2023-09-20 23:42:22 +08:00
2023-10-16 08:05:01 +08:00
2023-10-10 08:02:26 +08:00
2022-01-24 12:26:04 +08:00
2022-10-11 15:23:01 +08:00
2024-03-23 10:41:59 +08:00
2024-03-23 10:41:59 +08:00
2023-10-10 08:02:26 +08:00
2023-12-02 23:15:24 +08:00
2023-10-10 08:02:26 +08:00
2023-10-16 08:05:01 +08:00

Soybean Admin

This project is forded from Soybean Admin. And we migrate this project from Vite to Farm reusing Vite plugins.

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

After migrate to Farm, this project is 2 times faster than Vite in Dev, and 6x times faster in Prod!

Performance Compare:

Cold Start(Server Ready + Page Rendered) Cold Build
Farm 3.5s 4s
Vite 7.5s 24.1s
Compare Farm is 2x faster than Vite Farm is 6x faster than Vite

So this means when using Farm, you can get better performance in both dev and prod, and you can avoid a lot of issues of Vite:

  • No huge amount of requests in Dev
  • Consistency between dev and prod
  • Flexible bundling configuration

And it is really easy to migrate your project from Vite to Farm, just move your plugins in vite.config.ts to vitePlugins in farm.config.ts

Description
A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 UnoCSS。
Readme MIT 29 MiB
Languages
TypeScript 64%
Vue 32.6%
CSS 3%
SCSS 0.2%
JavaScript 0.1%