# vue-h5-template **Repository Path**: longseatech/vue-h5-template ## Basic Information - **Project Name**: vue-h5-template - **Description**: H5 template with vue@2 and vant@2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-22 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-h5-template ## todo-list - [x] 添加底部导航,并根据路由meta属性来控制 - [ ] 添加顶部header条 - [x] 添加错误页面 - [x] 添加下拉刷新页面 - [x] 添加需要登录的页面 - [x] 添加页面组loading效果 - [ ] 我的页面获取用户信息添加不需要报错的提示 - [ ] 给所有路由添加页面导航 - [ ] 添加mock数据 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ```