项目作者: janml

项目描述 :
Weather app.
高级语言: Vue
项目地址: git://github.com/janml/Umbrella.git
创建时间: 2021-05-24T15:47:19Z
项目社区:https://github.com/janml/Umbrella

开源协议:

下载


Umbrella:

Weather app written with vue.js and cordova.

OpenWeatherMap is used as the weather data provider.

Setup:

Install JavaScript packages with npm:

  1. npm i

Run webpack dev server with hot-reload:

  1. npm run dev

Create a production build:

  1. npm run build

Build with cordova for android platform:

  1. cordova prepare
  2. cordova build android