# **`@fastify/vite`**
This [Fastify](https://fastify.dev) plugin lets you:
- run Vite's development server as middleware in your Fastify server
- in development mode only, naturally
- **expose** your [Vite](https://vite.dev) application to your Fastify application
- with configuration hooks to **ease router integration** and **other customizations**
- automatically serve your Vite production bundle, inferred from a Vite configuration file.
This repository is also the home of `@fastify/vue` and `@fastify/react`.
They provide basic Nuxt and Next.js-like functionality, respectively, through `@fastify/vite`.
Official examples (low-level integration) can be found in [`e2e/`](https://github.com/fastify/fastify-vite/tree/main/e2e).
Official starters (DX-focused) using `@fastify/vue` and `@fastify/react` can be found in [`starters/`](https://github.com/fastify/fastify-vite/tree/main/starters).
## Team
- Jonas Galvez [@galvez](https://github.com/galvez)
- Wei Wang [@onlywei](https://github.com/onlywei)
- Andreas Johansson [@zanmato](https://github.com/zanmato)
## Sponsors
## License
MIT