Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 999 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 999 Bytes

Titanium Vue.js sample app

Dead simple app to demo Vue.js in Titanium

Getting started

Clone this repo, change into the project root directory and import the app:

appc new --import

Then install required dependencies inside the app directory.

npm i

Now change back into the project root and run

appc run -p [android|ios]

Contributions

Open source contributions are greatly appreciated! If you have a bugfix, improvement or new feature, please create an issue first and submit a pull request against master.

Getting Help

If you have questions about the Vue.js on Titanium, feel free to reach out on Stackoverflow or the #titanium-vue channel on TiSlack. In case you find a bug, create a new issue or open a new JIRA ticket.

License

Apache 2.0