Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vituum/vituum

⚡⚙️ Fast Prototyping with Template Engines in Vite. Small and fast static site generator for Vite.
https://github.com/vituum/vituum

build-tool frontend handlebars juice latte liquidjs nunjucks pug tailwindcss twig twigjs vite vite-plugin vitejs

Last synced: about 2 months ago
JSON representation

⚡⚙️ Fast Prototyping with Template Engines in Vite. Small and fast static site generator for Vite.

Awesome Lists containing this project

README

        



Logo



npm package
node compatility

# ⚡⚙️ Vituum

Fast Prototyping with Template Engines in Vite

- ⚡ Vite Plugins
- 🚀️ Fast prototyping
- 💡 Template Engines
- ✉️ Email Templates

Small and fast static site generator for Vite.

It's a mix of words **Vite** _(French word for "quick")_ and **Tuum** _(Estonian word for "core")_.

Learn more about **Vituum** on [Features](https://vituum.dev/guide/features.html) page.

## 🪄 Get started

```sh
npm create vite@latest
npm i vituum --save-dev
```

### Config

Read the [Docs](https://vituum.dev/config/) to learn more about configuration.

```js
import vituum from 'vituum'

export default {
plugins: [
vituum()
]
}
```

You can try Vituum online on [Stackblitz](https://vituum.dev/guide/#trying-vituum-online) or view all examples on [GitHub](https://github.com/vituum/vituum/tree/main/examples)

### Requirements

- [Node.js LTS (16.x)](https://nodejs.org/en/download/)

## Licence
MIT