# Travel **Repository Path**: linagdong/Travel ## Basic Information - **Project Name**: Travel - **Description**: vue 搭建去哪网 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Travel #### Description vue(vue-cli) 仿照 去哪网webapp 1. 完成首页样式布局 2. 处理城市选着页面,按照文字或字母查找城市名。页面可以按照右侧字母的点击或拖拽返回相应数据,点击后并携带数据返回首页。 3. 完成首页点击详情时查看页面详情,点击图片可实现详细页面轮播 #### Software Architecture 1. 运用 Vue-Awesome-Swiper 完成轮播 2. better-scroll 实现页面上下滚动效果 #### Installation 1. 运用有 vuex 和 父子传值 处理数据 2. vue-router 搭建路由 3. 采用了stylus 来书写样式 4. axios 构建 ajax #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` 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).