@changke/jstmpl
v0.0.1
Published
Templating engine for generating HTML pages using JavaScript classes as templates.
Downloads
89
Readme
A JavaScript-Based Template Engine
Two biggest problems of various template engines:
- Have to learn their custom syntax
- Limited IDE support (e.g. highlighting and auto-complete), often requires installing extra plug-ins
For a template engine in the JavaScript ecosystem, a simpler idea could be:
Writing templates in normal JS code
