An open API service indexing awesome lists of open source software.

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.

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"]
}

```