Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.91 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.91 KB

Vitrify

Vite as your Full Stack development tool

Vitrify is an abstraction over Vite similar to how Vite is an abstraction over Rollup and esbuild. It enables you to use Vite as your full-stack development tool.

Features

  • ESM only
  • Fully compatible with Vite configuration.
  • Integration with Fastify.
  • Client-Side Rendering (CSR), Server-Side Rendering (SSR), Static Site Generator (SSG) and Fastify server build and development modes.
  • Plugins for UI frameworks which can read their configuration from vitrify.config.js.
  • A few helpful configuration options
  • Implements functional programming.
  • Fully typed.

Supported frontend frameworks

Packages

Package Version
vitrify vitrify version
create-vitrify create-vitrify version
plugin-env pugin-env version

Credits

Thanks to:

And of course the Vite, Vue, Quasar and Fastify teams.