https://github.com/oscarcornejo/weather-app-vue
Weather App With VueJs
https://github.com/oscarcornejo/weather-app-vue
openweathermap openweathermap-api vue3 vuejs
Last synced: about 2 months ago
JSON representation
Weather App With VueJs
- Host: GitHub
- URL: https://github.com/oscarcornejo/weather-app-vue
- Owner: oscarcornejo
- Created: 2021-04-08T05:40:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T05:42:10.000Z (about 4 years ago)
- Last Synced: 2025-02-14T23:19:57.499Z (4 months ago)
- Topics: openweathermap, openweathermap-api, vue3, vuejs
- Language: Vue
- Homepage: https://app-weather-vue.netlify.app/
- Size: 391 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app-vue
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).