Skip to content

janml/Umbrella

Repository files navigation

Umbrella:

Weather app written with vue.js and cordova.
OpenWeatherMap is used as the weather data provider.

Setup:

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