Skip to content

rashaprogramming-it/vue-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Weather

Vue Weather is a site that provides information about the weather in the selected city for the current day as well as for the next 7 days.

Technologies/tools used:

  • VueJS 3
  • CompositionAPI
  • VueRouter
  • Pinia
  • Vite
  • SCSS
  • Axios
  • WeatherAPI
  • TimeStampJS

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build