https://github.com/marcodpt/template
A template engine component based on mustache.js
https://github.com/marcodpt/template
component esm esmodules mustache mustache-js template template-engine
Last synced: 3 months ago
JSON representation
A template engine component based on mustache.js
- Host: GitHub
- URL: https://github.com/marcodpt/template
- Owner: marcodpt
- License: mit
- Created: 2021-06-30T21:13:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T13:47:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T15:27:40.256Z (4 months ago)
- Topics: component, esm, esmodules, mustache, mustache-js, template, template-engine
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template
A template engine [component](https://github.com/marcodpt/component/) based on
[mustache.js](https://github.com/janl/mustache.js/)[Live demo](https://marcodpt.github.io/component/?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fmarcodpt%2Ftemplate%2Fsample.js)
## Params
- string `view`: the template view
- `data`: the data to be rendered in the view## Update
- `data`: Rerender view with new data