JSPM

uiengine-adapter-marko

0.15.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24966F
  • License MIT

UIengine template adapter for Marko.

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.