https://github.com/eclipsesource/tabris-decorators
TypeScript Decorators for Tabris.js
https://github.com/eclipsesource/tabris-decorators
Last synced: over 1 year ago
JSON representation
TypeScript Decorators for Tabris.js
- Host: GitHub
- URL: https://github.com/eclipsesource/tabris-decorators
- Owner: eclipsesource
- Created: 2017-09-20T10:39:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T11:16:30.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:47:07.201Z (over 1 year ago)
- Language: TypeScript
- Size: 3.39 MB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Decorators for Tabris.js 3
This module provides __data binding__ and __dependency injection__ for [Tabris.js](http://tabrisjs.com) based on [TypeScript decorators](http://www.typescriptlang.org/docs/handbook/decorators.html).
Feature requests (and bug reports) via [GitHub issues](https://github.com/eclipsesource/tabris-decorators/issues) are very welcome.
## Resources
* [Data binding documentation](https://docs.tabris.com/latest/databinding/index.html)
* [Dependency injection documentation](https://docs.tabris.com/latest/di/index.html)
* [Technical example apps](https://github.com/eclipsesource/tabris-decorators/blob/master/examples)
* [Comprehensive real-world example app](https://github.com/eclipsesource/tabris-js-reddit-viewer)
## Build instructions
* `nvm install lts/gallium` or `nvm use lts/gallium`
* `npm i`
* `npm run build`
* `npm test`
Happy Coding!