Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 211 Bytes

File metadata and controls

21 lines (14 loc) · 211 Bytes

Dative v2-alpha

usuage

    $ npm i dativejs
import Dative from 'dativejs'


var app = new Dative({
    el: '#app',
    template: `
        <h1>Holla</h1>
    `
})