Simple application to check current weather made in vue.js
Weather application in Vue.JS
Project setup
- Install node dependencies
npm install
- Create .env file in root folder and add this
VUE_APP_API_KEY={OpenWeather api token}
- Compile for development mode
npm run serve
- Compile for production mode
npm run build