https://github.com/deverebor/weather-app-vue
https://github.com/deverebor/weather-app-vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deverebor/weather-app-vue
- Owner: deverebor
- Created: 2021-11-28T21:34:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T17:40:38.000Z (over 3 years ago)
- Last Synced: 2025-05-16T01:11:21.256Z (5 months ago)
- Language: SCSS
- Size: 625 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).