| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Fast Prototyping with Template Engines in Vite
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.
npm create vite@latest
npm i vituum --save-devRead 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
MIT
| Back | FazBrowse Home | New Git URL |