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
- Host: GitHub
- URL: https://github.com/rabrennie/ezay
- Owner: Rabrennie
- License: mit
- Created: 2018-09-22T18:11:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T20:15:36.000Z (over 7 years ago)
- Last Synced: 2025-02-24T08:36:57.380Z (over 1 year ago)
- Topics: easy, ezay, framework, frontend, javascript
- Language: JavaScript
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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