https://github.com/deadmanshadow/vue-weather
https://github.com/deadmanshadow/vue-weather
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deadmanshadow/vue-weather
- Owner: deadmanShadow
- Created: 2023-09-26T16:48:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T16:49:58.000Z (almost 3 years ago)
- Last Synced: 2025-10-26T00:09:56.831Z (8 months ago)
- Language: Vue
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 + Vite
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).