https://github.com/datvt243/vue-weather-app-simple
App thời tiết - cơ bản
https://github.com/datvt243/vue-weather-app-simple
vuejs weather-app
Last synced: 2 months ago
JSON representation
App thời tiết - cơ bản
- Host: GitHub
- URL: https://github.com/datvt243/vue-weather-app-simple
- Owner: datvt243
- Created: 2021-09-11T14:13:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T14:15:50.000Z (over 3 years ago)
- Last Synced: 2025-01-25T07:27:41.426Z (4 months ago)
- Topics: vuejs, weather-app
- Language: Vue
- Homepage: https://datvt243.github.io/vue-weather-app-simple/
- Size: 6.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-weather-app-simple
## 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/).