https://github.com/tidev/titanium-vdom
A virtual DOM implementation for Titanium
https://github.com/tidev/titanium-vdom
npm-package
Last synced: about 1 month ago
JSON representation
A virtual DOM implementation for Titanium
- Host: GitHub
- URL: https://github.com/tidev/titanium-vdom
- Owner: tidev
- License: apache-2.0
- Created: 2018-05-30T20:55:49.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-27T23:25:22.000Z (over 2 years ago)
- Last Synced: 2025-04-27T06:36:39.084Z (about 2 months ago)
- Topics: npm-package
- Language: TypeScript
- Homepage:
- Size: 734 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Titanium Virtual DOM
[](https://coveralls.io/github/appcelerator/titanium-vdom?branch=master)
Virtual DOM abstraction which serves as the connecting piece to integrate Angular and Vue.js with Titanium.
## Development guide
This project uses the [karma-titanium-launcher](https://github.com/appcelerator/karma-titanium-launcher) to run unit tests. Simply run `npm run test:unit` to start Karma and test on an iOS simulator and Android emulator. Results will be shown in the app itself as well as reported to the console and coverage data gets written to the `coverage` directory.
For a rapid TDD setup you can use `npm run test:dev` and Karma will watch for any changes to the source and test files and schedule a new test run everytime. No coverage data will be written in this configuration.
## Contributions
Open source contributions are greatly appreciated! If you have a bugfix, improvement or new feature, please create
[an issue](https://github.com/appcelerator-modules/titanium-socketio/issues/new) first and submit a [pull request](https://github.com/appcelerator-modules/titanium-socketio/pulls/new) against master.## Getting Help
This is a supporting library to integrate Angular and Vue.js with Titanium. If you have questions about this library in combination with either Angular or Vue.js, feel free to reach out on Stackoverflow or the corresponding channels
`#titanium-angular` or `titanium-vue` on [TiSlack](http://tislack.org). In case you find a bug related to this library, create a [new issue](/issues/new)
or open a [new JIRA ticket](https://jira.appcelerator.org).## License
Apache License, Version 2.0