Skip to content
forked from vituum/vituum

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

License

Notifications You must be signed in to change notification settings

modernweb-pl/vituum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 page.

🪄 Get started

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

Config

Read the Docs to learn more about configuration.

import vituum from 'vituum'

export default {
    plugins: [
        vituum()
    ]
}

You can try Vituum online on Stackblitz or view all examples on GitHub

Requirements

Licence

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 77.5%
  • Latte 15.3%
  • Twig 1.9%
  • Liquid 1.5%
  • CSS 1.2%
  • Pug 0.9%
  • Other 1.7%