JSPM

uiengine-adapter-marko

0.11.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q34724F
  • 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:
      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.