Skip to content

jamcalli/fastify-vite

 
 

Repository files navigation


@fastify/vite

This Fastify plugin lets you:

  • run Vite's development server as middleware in your Fastify server
    • in development mode only, naturally
  • expose your Vite 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 examples/.

Official starters (DX-focused) using @fastify/vue and @fastify/react can be found in starters/.

Team

Sponsors

License

MIT

About

Fastify plugin for Vite integration

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.3%
  • TypeScript 15.7%
  • Vue 9.2%
  • CSS 3.8%
  • HTML 1.0%