uiengine-adapter-pug
v0.15.0
Published
UIengine template adapter for Pug.
Downloads
5
Maintainers
Readme
UIengine template adapter for Pug
🚦 State: Production ready
Configuration
Plain and simple:
adapters:
pug: uiengine-adapter-pug
With options:
adapters:
pug:
module: uiengine-adapter-pug
options:
pretty: true
basedir: ./src/components
For available options see the Pug options reference.
In addition to that there is the option debug
for a more detailed output in case of rendering errors.