rbikbov / weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather

API keys

For api calls you need to replace the value of the key "VUE_APP_OWM_KEY" in the ".env" file with a real key that can be obtained here.

For example:

VUE_APP_OWM_KEY=*YOUR_API_KEY*

Project setup

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.

About


Languages

Language:Vue 70.9%Language:JavaScript 22.7%Language:SCSS 4.2%Language:HTML 2.0%Language:Shell 0.2%