Amaze UI Widget hbs helper
Amaze UI widget Handlebars partials and helpers.
Usage
Install hbs and amui-hbs-helper.
npm install hbs amui-hbs-helper --save
Config App
var hbs = ;var amuiHelper = hbs; // view engine setupapp;app;
Use Amaze UI Partial
Now you can use Amaze UI Widget in your template:
{{>slider data}}
You can run the example in ./example
folder.
cd example
npm install
npm start
Open your browser and visit http://localhost:3008/