Package Exports
- uiengine-adapter-marko
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (uiengine-adapter-marko) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
UIengine template adapter for Marko
🚦 State: Proof of concept
Configuration
Plain and simple:
adapters:
marko: uiengine-adapter-markoWith options:
adapters:
marko:
module: uiengine-adapter-marko
options:
pretty: true
basedir: ./src/componentsFor 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.