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

https://github.com/rabrennie/ezay

👍 Easy to use modern javascript framework
https://github.com/rabrennie/ezay

easy ezay framework frontend javascript

Last synced: 13 days ago
JSON representation

👍 Easy to use modern javascript framework

Awesome Lists containing this project

README

          

# Ezay

👍 Easy to use modern javascript framework

## Usage

```html





{{ count }}
+1

  • {{ num }}


var ezay = new Ezay({ el: '#app' });

ezay.register('my-el', {
'count': 1,
'array': [1],
'clickHandler': function () {
this.count += 1;
this.array.push(this.count);
},
}, document.querySelector('#my-el-template'));

```

## Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details