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

x/vno/core/ssg/components.ts>Component

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

Properties

name: string
path: string
raw: string
source: any
dependencies: Set<string>
dependants: Set<string>
exports: VueExport["default"]
css: string[]
styles: string[]
vueCmp: any
components: Mapped<Component>