An open API service indexing awesome lists of open source software.

https://github.com/deverebor/weather-app-vue


https://github.com/deverebor/weather-app-vue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# ⛈ weather-app-vue

> 🚧 A simple weather app built with Vue.js. In progress 🚧.

## Project setup

```zsh
yarn install
```

### Compiles and hot-reloads for development

```zsh
yarn serve
```

### Compiles and minifies for production

```zsh
yarn build
```

### Run your unit tests

```zsh
yarn test:unit
```

### Lints and fixes files

```zsh
yarn lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).