Amaze UI widget Handlebars partials and helpers.
npm install hbs amui-hbs-helper --save
var hbs = require('hbs');
var amuiHelper = require('amui-hbs-helper')(hbs);
// view engine setup
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'hbs');
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 https://localhost:3008/