A weather demo app using Vue.js 2 & Vuex. Weather information is provided in real time using Weatherbit API.
- 
Built using
vue-cli(Vue CLI 3) - 
Weather information from Weatherbit API. You need to signup to get a personal free key to start using the API.
 - 
Autocomplete component based on https://alligator.io/vuejs/vue-autocomplete-component/ and https://github.com/paliari/v-autocomplete
 
To start:
$ npm installTo develop:
$ npm run serveTo build for production:
$ npm run build