Skip to content

Latest commit

 

History

History
 
 

adapter-handlebars

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.