mini-van icon indicating copy to clipboard operation
mini-van copied to clipboard

Mini-Van: A minimalist template engine for DOM generation and manipulation, working for both client-side and server-side rendering (SSR)

Results 4 mini-van issues
Sort by recently updated
recently updated
newest added

When importing `mini-van-plate/van-plate` from a package with the `tsconfig.json`: ```json { "compileOnSave": true, "compilerOptions": { "module": "ESNext", "moduleResolution": "nodenext", "target": "ESNext", "strict": true }, "exclude": [ "node_modules" ], "references": []...

add `undefined` to `PropValue` fixes https://github.com/vanjs-org/mini-van/issues/6

I have created a web application with routing. Now I want to get html files for my list of URI routes. This is necessary for search engines and fast page...

The HTML attribute "data" is often used in modern applications. The related name of the attribute is the combination of the fixed "data-" string and a individual name for that...