https://github.com/aleksej579/weather_project
Display the weather in the current city. Getting data from a third-party site. Working with Vuex.
https://github.com/aleksej579/weather_project
api element-ui2 vue3 vuex4
Last synced: 4 months ago
JSON representation
Display the weather in the current city. Getting data from a third-party site. Working with Vuex.
- Host: GitHub
- URL: https://github.com/aleksej579/weather_project
- Owner: Aleksej579
- Created: 2021-10-16T10:41:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T11:05:19.000Z (over 4 years ago)
- Last Synced: 2025-08-28T22:05:13.047Z (10 months ago)
- Topics: api, element-ui2, vue3, vuex4
- Language: Vue
- Homepage: https://weather-in-city.netlify.app/
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather_project
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
