Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmnj/vue-weather-app
Weather app using Quasar UI frame work for Vuejs and open weather map API
https://github.com/devmnj/vue-weather-app
android cordova electron openweathermap-api quasar quasar-framework vue vuejs weather
Last synced: 17 days ago
JSON representation
Weather app using Quasar UI frame work for Vuejs and open weather map API
- Host: GitHub
- URL: https://github.com/devmnj/vue-weather-app
- Owner: devmnj
- Created: 2021-02-23T07:13:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T04:12:12.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T23:25:22.991Z (3 months ago)
- Topics: android, cordova, electron, openweathermap-api, quasar, quasar-framework, vue, vuejs, weather
- Language: JavaScript
- Homepage: http://developermblog.wordpress.com
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (vue-wether-app)
This is a Vuejs-Quasar weather app that work on iOS/Android, Mac and Windows machines.
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Build the app for production
```bash
quasar build
```
### Windows
quasar dev -m electron
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).### build electron for Windows
``-- quasar config
electron: {
bundler: 'packager', // 'packager' or 'builder'packager: {
platform: 'win32'``quasar dev -m electron
quasar dev -m android### Install cordova
npm install -g cordova
### Cordova Plugin Installation for iOS
cordova plugin add cordova-plugin-geolocation
## Android
Install the plugin
```cordova plugin add cordova-plugin-geolocation --variable GPS_REQUIRED="false"```
### Screen Shots