Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquidatorcoder/vue-weather-app
Vue Weather App is a simple PWA which is built using Vue.
https://github.com/liquidatorcoder/vue-weather-app
javascript pwa vue weather-app
Last synced: 4 months ago
JSON representation
Vue Weather App is a simple PWA which is built using Vue.
- Host: GitHub
- URL: https://github.com/liquidatorcoder/vue-weather-app
- Owner: LiquidatorCoder
- License: bsd-3-clause
- Created: 2020-01-01T16:25:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:28:32.000Z (about 2 years ago)
- Last Synced: 2024-10-15T06:45:51.517Z (4 months ago)
- Topics: javascript, pwa, vue, weather-app
- Language: Vue
- Homepage: https://liquidatorcoder.github.io/vue-weather-app/
- Size: 22.5 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Weather App (OpenWeatherMap API)
Vue Weather App is a simple PWA which is built using Vue.
Visit https://liquidatorcoder.github.io/vue-weather-app/ to give it a try!# Demo Screenshots
| ![](demo/1.png) | ![](demo/2.png) | ![](demo/3.png) |
| :-------------: | :-------------: | :-------------: |
| Home | Search | Clear || ![](demo/4.png) | ![](demo/5.png) | ![](demo/6.png) |
| :-------------: | :-------------: | :-------------: |
| Haze | Rain | Cloudy |## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```