Vite and UmiJS are both open source static site generators. Vite is written in Python and UmiJS is written in JavaScript.
Property | Vite | UmiJS |
---|---|---|
Language | Python | JavaScript |
Templates | Jinja2 | React |
License | MIT | MIT |
A simple and minimal static site generator that just works™.
Sometimes, less is more
pip install vite
vite new [path]
vite build
vite serve
That's it, no nonsense.
umi test
Install tool
$ yarn global add umi # OR npm install -g umi
Create a page
$ mkdir myapp && cd myapp
$ umi generate page index
Start the development server
$ umi dev
Build and deploy
$ umi build