Small and fast static site generator for Vite
published version 1.0.3, 3 months ago```twig <ul id="navigation"> {% for item in ['Home', 'About'] %} <li>{{ item }}</li> {% endfor %} </ul> ```
published version 1.0.4, 3 months ago```html <% if (user) { %> <h2><%= user.name %></h2> <% } %> ```
published version 1.0.1, 3 months ago> `vite-plugin-prototype-devtools` is a `Vite` plugin designed to enhance the `Prototype` developer experience.
published version 1.0.8, 3 months ago> Internal core functions shared across @prototype/devtools packages.
published version 1.0.2, 3 months ago