uiengine-adapter-handlebars

0.15.0 • Public • Published

UIengine template adapter for Handlebars

🚦 State: Proof of concept

Configuration

Plain and simple:

adapters:
  hbs: uiengine-adapter-handlebars

With options:

adapters:
  hbs:
    module: uiengine-adapter-handlebars
    options:
      namespace: 'myapp'

Available options:

  • namespace prefixes partials with the given namespace and a slash: myapp/component

In addition to that there is the option debug for a more detailed output in case of rendering errors.

Package Sidebar

Install

npm i uiengine-adapter-handlebars

Weekly Downloads

2

Version

0.15.0

License

MIT

Unpacked Size

2.6 kB

Total Files

5

Last publish

Collaborators

  • dennisreimann