# Travel **Repository Path**: 458409991/Travel ## Basic Information - **Project Name**: Travel - **Description**: 慕课网实战去哪儿网 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yes > A Vue.js project ## 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 ``` vue2.0中的路由,具体使用方法与1.0有较大差异 多页应用和单页应用 多页应用 页面跳转-->返回HTML 优点:首屏时间快,SEO效果好 缺点:页面切换慢 单页应用 页面跳转-->JS渲染 优点:页面切换快 缺点:首屏时间稍慢,SEO差 border.css 用于解决移动端1像素边框的问题. npm install fastclick --save 解决移动端300ms点击问题 npm i stylus --save npm i stylus-loader --save