Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/micheam/handlebar-js-sample

How to use handlebar.js.
https://github.com/micheam/handlebar-js-sample

handlebars handlebars-template html javascript

Last synced: 15 days ago
JSON representation

How to use handlebar.js.

Awesome Lists containing this project

README

        

# handlebar-js-sample
How to use handlebar.js.

## inline template.
./iniline/index.html

## precompile template.
./precompiled/index.html

update and re-compile template.
```sh
$ npm install
$ node_modules/.bin/handlebars -e hbs ./precompiled/src/ --output ./precompiled/dist/template.js
```