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.
https://codesandbox.io/p/sandbox/vitrify-gtg4dp
- 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.
Package | Version |
---|---|
vitrify | |
create-vitrify | |
plugin-env |
Thanks to:
- Razvan Stoenescu for quasar and @quasar/app.
- Jeff Galbraith for Quasar App Extensions.
- Anthony Fu for unplugin-vue-components and Vitest.
And of course the Vite, Vue, Quasar and Fastify teams.