https://github.com/zhoukekestar/template-vd
A template webcomponets based on virtual dom.
https://github.com/zhoukekestar/template-vd
angular data-binding react template virtual-dom vue webcomponents
Last synced: 3 months ago
JSON representation
A template webcomponets based on virtual dom.
- Host: GitHub
- URL: https://github.com/zhoukekestar/template-vd
- Owner: zhoukekestar
- License: mit
- Created: 2017-02-21T06:15:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T07:46:01.000Z (over 9 years ago)
- Last Synced: 2025-03-14T04:44:48.727Z (over 1 year ago)
- Topics: angular, data-binding, react, template, virtual-dom, vue, webcomponents
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-vd
A template webcomponets based on virtual dom.
[Here](https://zhoukekestar.github.io/template-vd/src/demo.html) is a online demo.
# How to dev
* `npm install watchify -g`
* `cd src && watchify index.es -o index.js`
* `serve .`
* Go `http://localhost/demo.html`
# Quick Start
```html
- {{index}} : {{item}}
vd.data = {
items: ["a", "b", "c"]
}
```