# vue-weather **Repository Path**: qinqiaoling/vue-weather ## Basic Information - **Project Name**: vue-weather - **Description**: vue+echarts 移动端查询各个城市天气预报的一个项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-13 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Echarts, Element-UI ## README # vue + weather > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:3031 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ## 项目截图 ![demo-screenshot_01](https://github.com/qinqiaoling/vue-weather/blob/master/static/pictur/1.png) ![demo-screenshot_02](https://github.com/qinqiaoling/vue-weather/blob/master/static/pictur/2.png) ![demo-screenshot_03](https://github.com/qinqiaoling/vue-weather/blob/master/static/pictur/3.png) ![demo-screenshot_04](https://github.com/qinqiaoling/vue-weather/blob/master/static/pictur/4.png) ## 数据需要缓存 > 第一次请求到数据时需要把数据备份一次,每天在04:00,09:00,14:00,20:00这四个时间点更新一次数据,请求次数很大极有可能请求数据失败。 For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).