# 移动端旅游网站 **Repository Path**: areasun/Travel ## Basic Information - **Project Name**: 移动端旅游网站 - **Description**: vue.js实例开发_旅游wap - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-05-13 - **Last Updated**: 2021-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # travel > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # 解决移动端点击300ms延迟 npm install fastclick --save # 轮播插件 npm install vue-awesome-swiper --save # ajax请求 npm install axios --save # 目前最好用的移动端滚动条插件 npm install better-scroll --save # 组件共享数据 npm install vuex --save # 解决低端安卓手机白屏问题 npm install babel-polyfill --save # serve with hot reload at localhost:8088 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).