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-marko
With options:
adapters:
marko:
module: @uiengine/adapter-marko
options:
debug: true
The debug
option allows for a more detailed output in case of rendering errors.