https://github.com/oscargonzalezdev/weather-app
Weather forecast web app using Vue.js 3 and OpenWeather API
https://github.com/oscargonzalezdev/weather-app
Last synced: 9 months ago
JSON representation
Weather forecast web app using Vue.js 3 and OpenWeather API
- Host: GitHub
- URL: https://github.com/oscargonzalezdev/weather-app
- Owner: oscargonzalezdev
- License: mit
- Created: 2023-04-16T15:28:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T15:53:20.000Z (almost 3 years ago)
- Last Synced: 2025-06-27T00:20:47.983Z (9 months ago)
- Language: CSS
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weather-app
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```