Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/micheam/handlebar-js-sample
- Owner: micheam
- License: mit
- Created: 2018-07-23T13:09:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T22:56:51.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:58:44.095Z (4 months ago)
- Topics: handlebars, handlebars-template, html, javascript
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handlebar-js-sample
How to use handlebar.js.## inline template.
./iniline/index.html## precompile template.
./precompiled/index.htmlupdate and re-compile template.
```sh
$ npm install
$ node_modules/.bin/handlebars -e hbs ./precompiled/src/ --output ./precompiled/dist/template.js
```