Skip to content

xzendercage/weatherapp

Repository files navigation

#ON MAINTAIN..

weather-app

vue-weather-app

Weather app using Vue.js, OpenWeatherMap. Demo

Project setup

npm install

API Key

  • Create Api Key from OpenWeatherMap.
  • Enter the key on the line below in src/store/store.js
apiKey: "YOUR_API_KEY"

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.