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: 8 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:28:32.000Z (over 3 years ago)
- Last Synced: 2025-04-04T08:45:33.564Z (about 1 year ago)
- Topics: javascript, pwa, vue, weather-app
- Language: Vue
- Homepage: https://liquidatorcoder.github.io/vue-weather-app/
- Size: 22.5 MB
- Stars: 3
- Watchers: 1
- 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
|  |  |  |
| :-------------: | :-------------: | :-------------: |
| Home | Search | Clear |
|  |  |  |
| :-------------: | :-------------: | :-------------: |
| 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
```