https://github.com/erickchann/vue-weather
A weather app with Vue.js
https://github.com/erickchann/vue-weather
Last synced: 4 months ago
JSON representation
A weather app with Vue.js
- Host: GitHub
- URL: https://github.com/erickchann/vue-weather
- Owner: erickchann
- Created: 2021-07-08T13:20:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T13:21:13.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T02:06:19.464Z (8 months ago)
- Language: Vue
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).