A simple weather app for android and ios made using NativeScript and VueJS
Coming soon
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