# vue移动端h5-脚手架 **Repository Path**: yuluoqq/vue_mobile_h5_scaffold ## Basic Information - **Project Name**: vue移动端h5-脚手架 - **Description**: 简单的vue移动端h5-脚手架,待完善 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2019-10-17 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-project ## 安装依赖 ``` npm install ``` ### 启动服务 ``` npm run serve ``` ### 打包 ``` npm run build ``` ### Customize configuration ### router配置项 ```js const routes = [ { path: '/', //拦截路由 name: 'home',//路由名称 component: () => import('xxxx'), //路由地址 meta: { //配置项 footShow: true, //显示导航栏(true显示, false不显示) keepAlive: true, //当前页面是否缓存(true缓存, false不缓存); //默认不缓存 } }, ] ``` ### icon ```html ```