{"id":28100397,"url":"https://github.com/tidev/titanium-vue","last_synced_at":"2025-05-13T18:34:22.256Z","repository":{"id":41958726,"uuid":"97882450","full_name":"tidev/titanium-vue","owner":"tidev","description":"Use Vue.js to easily create native mobile apps with Axway Appcelerator Titanium.","archived":false,"fork":false,"pushed_at":"2023-02-27T22:43:08.000Z","size":1645,"stargazers_count":44,"open_issues_count":5,"forks_count":4,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-05-01T11:49:21.374Z","etag":null,"topics":["javascript","native","npm-package","titanium","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2017-07-20T22:15:06.000Z","updated_at":"2022-12-31T00:09:07.000Z","dependencies_parsed_at":"2023-02-01T06:45:50.823Z","dependency_job_id":null,"html_url":"https://github.com/tidev/titanium-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Ftitanium-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/titanium-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003613,"owners_count":21997913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","native","npm-package","titanium","vuejs"],"created_at":"2025-05-13T18:34:21.652Z","updated_at":"2025-05-13T18:34:22.241Z","avatar_url":"https://github.com/tidev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"450\" src=\"./assets/titanium-vue.png\" /\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eTitanium Vue\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eUse \u003ca href=\"https://vuejs.org\" target=\"_blank\"\u003eVue.js\u003c/a\u003e to easily create \u003cstrong\u003enative\u003c/strong\u003e mobile apps with Axway Appcelerator \u003ca href=\"https://www.appcelerator.com/mobile-app-development-products/\" target=\"_blank\"\u003eTitanium\u003c/a\u003e.\u003c/p\u003e\n\n\u003cimg src=\"./assets/screenshot-example.png\" width=\"900\" alt=\"Example Usage\" /\u003e\n\n\u003e ⚠️ This platform is currently in an early beta stage. Expect things to be broken or APIs to change as this project matures. DO NOT USE IN PRODUCTION!\n\n## Introduction\n\nFirst integration of Vue.js and Titanium. It works by replacing the virtual dom in Vue.js with a custom implementation that manages `Ti.UI.*` components.\n\n## Example Usage\n\nCheckout [titanium-vue-sample](https://github.com/appcelerator/titanium-vue-sample) for sample usage!\n\nFeatures that are currently working are most of the base views from the Ti.UI.* namespace as well as applying inline styles, attributes and event handlers to those elements.\n\n## Roadmap\n\n- [ ] Properly implement more complex views that require more setup than just adding them as a child view with custom components like DashboardView, Picker and ScrollableView\n- [ ] Integrate [vue-router](https://github.com/vuejs/vue-router), the official router for [Vue.js](https://vuejs.org/)\n- [ ] Apply styles from CSS. This requires a CSS parser and a mechanism to apply those styles to the matching elements at runtime.\n- [ ] Hot module reloading for single file components. This would probably build upon the precompiled single file components from .vue files and the [vue-hot-reload-api](https://github.com/vuejs/vue-hot-reload-api).\n\n## Developer Guide\n\n### Choose your Editor\n\nThere are Vue plugins for every modern editor that add syntax highlighting, code snippets and auto completion:\n\n- Visual Studio Code: [vetur](https://github.com/vuejs/vetur)\n- Atom: [language-vue](https://atom.io/packages/language-vue)\n- Sublime: [vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight)\n- Vim (oh yeah!): [vim-vue](https://github.com/posva/vim-vue)\n\n### Setup\n\nClone the repo and run `npm run dev` to run an initial build to the dist directory and start watching for changes for easy development.\n\n### Getting setup to try titanium-vue-sample\n\n1. Clone this repo and [titanium-webpack-devkit](https://github.com/appcelerator/titanium-webpack-devkit).\n2. Run `npm install` in each `titanium-webpack-devkit` and `titanium-vue`.\n3. Clone [titanium-vue-sample](https://github.com/appcelerator/titanium-vue-sample).\n    - Make sure this directory is at the same level as the previous two\n4. Run `npm install` in the `titanium-vue-sample/app` directory\n5. Run `ti build` in `titanium-vue-sample`\n\n\n### Exposing Titanium UI\n\nAll `Ti.UI.*` views can be exposed by registering their create factory inside the [element registry](platform/titanium/element-registry.js) via `registerElement`.\n\n`registerElement(tagName, createFactoryResolver, [meta])`\n\nBasic elements like a Button can be exposed directly:\n\n`registerElement('button', () =\u003e Ti.UI.createButton)`\n\nMore complex elements may require to be wrapped in a Vue component. To avoid naming collision expose those elements with a `Titanium` prefix.\n\n`registerElement('titanium-tab-group', () =\u003e Ti.UI.createTabGroup);`\n\nTake a look at the [platform components](platform/titanium/runtime/components) to see existing implementations of Vue.js components wrapping Titanium views.\n\n## Contributions\n\nOpen source contributions are greatly appreciated! If you have a bugfix, improvement or new feature, please create\n[an issue](https://github.com/appcelerator/titanium-vue/issues/new) first and submit a [pull request](https://github.com/appcelerator/titanium-vue/pulls/new) against master.\n\n## Getting Help\n\nIf you have questions about the Vue platform on Titanium, feel free to reach out on Stackoverflow or the\n`#titanium-vue` channel on [TiSlack](http://tislack.org). In case you find a bug, create a [new issue](/issues/new)\nor open a [new JIRA ticket](https://jira.appcelerator.org).\n\n## License\n\nApache 2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Ftitanium-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Ftitanium-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Ftitanium-vue/lists"}