Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simsustech/vitrify
Vite as your Full Stack development tool
https://github.com/simsustech/vitrify
fastify vite vue
Last synced: 2 months ago
JSON representation
Vite as your Full Stack development tool
- Host: GitHub
- URL: https://github.com/simsustech/vitrify
- Owner: simsustech
- License: mit
- Created: 2022-04-14T11:18:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:07:27.000Z (7 months ago)
- Last Synced: 2024-05-22T14:28:40.997Z (7 months ago)
- Topics: fastify, vite, vue
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
## Try it online
https://codesandbox.io/p/sandbox/vitrify-gtg4dp
## 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](./packages/vitrify/src/node/vitrify-config.ts)
- Implements functional programming.
- Fully typed.## Supported frontend frameworks
- [Vue](https://vuejs.org/)
- [Quasar](https://quasar.dev/)## Packages
| Package | Version |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [vitrify](packages/vitrify) | [![vitrify version](https://img.shields.io/npm/v/vitrify.svg?label=%20)](packages/vitrify/README.md) |
| [create-vitrify](packages/create-vitrify) | [![create-vitrify version](https://img.shields.io/npm/v/create-vitrify.svg?label=%20)](packages/create-vitrify/README.md) |
| [plugin-env](packages/plugin-env) | [![pugin-env version](https://img.shields.io/npm/v/@vitrify/plugin-env.svg?label=%20)](packages/plugin-env/README.md) |## Credits
Thanks to:
- [Razvan Stoenescu](https://github.com/rstoenescu/) for quasar and @quasar/app.
- [Jeff Galbraith](https://github.com/hawkeye64/) for Quasar App Extensions.
- [Anthony Fu](https://github.com/antfu/) for unplugin-vue-components and Vitest.And of course the Vite, Vue, Quasar and Fastify teams.