Skip to content

micheam/handlebar-js-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handlebar-js-sample

How to use handlebar.js.

inline template.

./iniline/index.html

precompile template.

./precompiled/index.html

update and re-compile template.

$ npm install
$ node_modules/.bin/handlebars -e hbs ./precompiled/src/ --output ./precompiled/dist/template.js