Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/vno/core/ssg/html.ts>GenHtmlParams

a build tool for compiling and bundling Vue single-file components
Latest
interface GenHtmlParams
import { type GenHtmlParams } from "https://deno.land/x/vno@1.5.1/core/ssg/html.ts";

Properties

entry: string
output: string
optional
pathData: PathData
optional
cmps: Mapped<Component>
optional
assets: Mapped<string>
optional
reload: boolean
optional
reloadPort: number
optional
clientJsFileName: string
mode: "production" | "development"