docs/docs/migration/from-vite.md
:::note
Vite plugins like unocss are deeply integrated with Vite, these plugins may not be compatible with Farm due to the difference of internal design. You can try other method like unocss postcss plugin as walk-around.
:::
Migrating from Vite is really simple as Farm is Vite-compatible. All you need to do is transforming vite.config.ts to farm.config.ts:
Vite Plugins, move plugins in vite.config.ts to vitePlugins in farm.config.ts.Note that:
optimizeDeps, you can ignore these options when migrating to Farm.We have migrated a Real Vite Admin Project to Farm. Check this migration example for details.