1.0.1 • Published 6 months ago

@le-static/builder v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

builder

Builds a project and outputs it to the build directory.

Usage

function build(project: Project);

The build function takes in a project loaded via the loader package. It then builds every pages of that project, the components used are also built and cached to avoid rebuild the same component many times. When every page has been built they are written to the dist file, and it then copies every style files and resource files to the dist directory.