Weather app.
Weather app written with vue.js and cordova.
OpenWeatherMap is used as the weather data provider.
Install JavaScript packages with npm:
npm i
Run webpack dev server with hot-reload:
npm run dev
Create a production build:
npm run build
Build with cordova for android platform:
cordova prepare
cordova build android