Skip to main content
Module

x/lume/core/component_loader.ts>default

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class default
import { default } from "https://deno.land/x/lume@v1.15.2/core/component_loader.ts";

Class to load components from the _components folder.

Constructors

new
default(options: Options)

Properties

formats: Formats

List of loaders and engines used by extensions

reader: Reader

The filesystem reader

Methods

load(path: string, directory: Directory): Promise<void>

Load a directory of components