Skip to content

helloilya/vue-weather-app

Repository files navigation

Vue Weather App

Simple weather application based on Vue 3

Demo

You can check the live example here.

Development

Please use the following cli commands:

npm run serve
npm run build
npm run lint
npm run test:unit

Configuration options for eslint can be found here.

Linters

The docs for list rules can be fount on eslint or github.

Changelog

  • 0.4.1 — Create useLocationSuggestion composable; Improve location search.
  • 0.4.0 — Migration to Vue 3; Support dark theme.
  • 0.3.0 — Support location query param.
  • 0.2.0 — Integration with GeoDB API.
  • 0.1.0 — Initial release.

License

MIT © Ilya Fedotov.