/weather-app

Weather forecast web app using Vue.js 3 and OpenWeather API

Primary LanguageCSSMIT LicenseMIT

weather-app

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build