Skip to content

vue 3, composition api, bootstrap, axios, moment, typescript

Notifications You must be signed in to change notification settings

iryna-yehorova/weather-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-dashboard

Project setup

1. Login in https://www.weatherapi.com/ to get api key
2. Add .env.local file with VUE_APP_URl={url} and VUE_APP_KEY={key}
3. Start npm install

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.