# heseke **Repository Path**: hotsuitor/heseke ## Basic Information - **Project Name**: heseke - **Description**: 推广页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 注意事项 * 不需要再运行环境中用到依赖包安装在开发环境 * `npm install package-name -D` or `yarn add package-name -D` ### bug - [x] 底部切换需要点击两次,且发现点击与图标不对应问题 > 注意如果在 A 页面和 B 页面都渲染了一个 Tabbar 组件,这两个 Tabbar 的状态是不共享的,单页面应用可以把 Tabbar 放到 router-view 外面 - [ ]