Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

yankvasya/weather-widget

Repository files navigation

test-weather

Widget that displays the weather in the specified cities.

Technologies: Vue.js, Typescript/ES6+, SCSS, Vite

Users should be able to add this widget to their websites as simple as inserting the snippet into an HTML-page:

<weather-widget></weather-widget>
<script type="module" src="https://yankvasya.github.io/weather-widget/assets/index.js"></script>
An example of using a custom tag can be seen at this link

Project setup

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build