Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/momoko8443/ukulelejs
Ukulelejs is a light two way binding javascript tool
https://github.com/momoko8443/ukulelejs
Last synced: 3 months ago
JSON representation
Ukulelejs is a light two way binding javascript tool
- Host: GitHub
- URL: https://github.com/momoko8443/ukulelejs
- Owner: momoko8443
- License: apache-2.0
- Created: 2015-07-01T15:20:19.000Z (over 9 years ago)
- Default Branch: typescript
- Last Pushed: 2019-02-14T03:32:01.000Z (over 5 years ago)
- Last Synced: 2024-07-17T15:26:11.531Z (4 months ago)
- Language: TypeScript
- Homepage: https://momoko8443.github.io/ukulelejs_website/
- Size: 5.6 MB
- Stars: 90
- Watchers: 7
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - ukulelejs
README
# Install UkuleleJS
```
bower install ukulelejs
```
or
```
npm install ukulelejs
```# Getting Start
## Native Way
**Import ukulelejs's library**
```html...
...```
**Add 'uku-application' as an attribute to any html tags, then ukulelejs will control whole this tag**
```html
...
```
Initialize ukulelejs and register Controller in the $(document).ready's callback function
```javascript
......
{{myCtrl.message}}
...