/not-hotdog-ns-vue

Hotdog or Not built with Nativescript and Vue.js

Primary LanguageVue

Hotdog or Not?

Hotdog or not?

Ever wondered if a thing is a hotdog or not? Neither did I...

Anyway, now you have a sure way of determining the hotdogness of a thing simply by taking a picture and pressing the "Hotdog or Not?" button!

At the time of writing, the app does not work, though due to weird crashes :(...

Purpose

This app was built to test the nativescript-vue plugin and to participate in the NativeScript's 2017 Sweetness and Light Summer App Contest!.

Screenshots

Android version - iOS version

Status

  • App built with Vue and NativeScript.
  • Uses single file components (sort of...).
  • Code does not embarass its creator.
  • Works in Android.
  • Works in iOS.
  • Awesome icon!

Usage

  1. Clone this repository
git clone https://github.com/tralves/not-hotdog-ns-vue
  1. Install dependencies
cd /not-hotdog-ns-vue
yarn
  1. Run in Android or iOS (see: {NS} documentation on webpack bundling)
npm run start-android-bundle -- --clean
npm run start-ios-bundle -- --clean