emodel

0.0.0 • Public • Published

emodel NPM version NPM downloads Build Status

Vue.js made simple.

Install

$ npm install --save emodel

Features

  • Two-way data binding
  • Reactive data
  • JSX template
  • Component system
  • Class system
  • Event system
  • Rename to be more cool

Usage

const EModel = require('emodel')
 
new EModel({
    el: 'body',
    data() {
        return {count: 0}
    },
    ready() {
        this.count = 1;
    }
})

License

MIT © EGOIST

Package Sidebar

Install

npm i emodel

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • kchan