https://github.com/alexeyraspopov/template
Simple DOM-driven template engine
https://github.com/alexeyraspopov/template
Last synced: 2 months ago
JSON representation
Simple DOM-driven template engine
- Host: GitHub
- URL: https://github.com/alexeyraspopov/template
- Owner: alexeyraspopov
- Created: 2013-11-27T08:02:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T14:57:02.000Z (over 11 years ago)
- Last Synced: 2025-03-18T03:12:31.944Z (7 months ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Template
Simple DOM-driven template engine
## Challenges
- build template without using methods for search elements
- minimize source (max 10kb for minified version)
- minimum 140 maintainability index for all sources## TODO
- [deprecated] Use [sightglass](https://github.com/mikeric/sightglass) for object observing
+ Use [reactive](https://github.com/alexeyraspopov/reactive) for models
- Use [fastdom](https://github.com/wilsonpage/fastdom) for dom writing
- create bindings:
+ attribs (with two-way binding)
+/- events
- iterator## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov