Dead simple app to demo Vue.js in Titanium
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]
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.
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.
Apache 2.0