/weather

☀️ 🌧️ a simple weather app written in nativescript + vue

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Weather

A simple weather app for android and ios made using NativeScript and VueJS

Where to find it

Coming soon

Development

Please make sure you have Node.js and NativeScript installed If not, you can find these instructions helpful

  • install the dependencies

    • npm install
  • add platforms

    • tns platform add android
    • tns platform add ios
  • run the app in the emulator

    • tns run android --bundle
    • tns run ios --bunble
  • build

    • tns build android --bundle --env.uglify
    • tns build ios --bundle --env.uglify

License

Apache License