Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
⚡⚙️ Fast Prototyping with Template Engines in Vite. Small and fast static site generator for Vite.
- Host: GitHub
- URL: https://github.com/vituum/vituum
- Owner: vituum
- License: mit
- Created: 2022-07-17T20:23:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:48:14.000Z (6 months ago)
- Last Synced: 2025-01-10T18:11:57.074Z (11 days ago)
- Topics: build-tool, frontend, handlebars, juice, latte, liquidjs, nunjucks, pug, tailwindcss, twig, twigjs, vite, vite-plugin, vitejs
- Language: JavaScript
- Homepage: https://vituum.dev
- Size: 684 KB
- Stars: 330
- Watchers: 5
- Forks: 11
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - Vituum - Wrapper around Vite with predefined config, integrations and template engines. (Projects Using Vite.js / Open Source)
- awesome-vite - Vituum - Wrapper around Vite with predefined config, integrations and template engines. (Projects Using Vite.js / Open Source)
README
# ⚡⚙️ Vituum
Fast Prototyping with Template Engines in Vite
- ⚡ Vite Plugins
- 🚀️ Fast prototyping
- 💡 Template Engines
- ✉️ Email TemplatesSmall 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