# mobile-template **Repository Path**: raythunde/mobile-template ## Basic Information - **Project Name**: mobile-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mobile-template > A Vue.js project ## 特性 1. 使用vw布局,对应设计稿宽高设置见`/.postcssrc.js`,对不支持vw的设备也做了兼容处理 2. 元素容器宽高比,使用示例 ```html
``` 详细代码见`/src/assets/css/common.css` 3. 移动端点击问题,引入了[SUI-Mobile](https://github.com/sdc-alibaba/SUI-Mobile)的改进版fastclick.js ## 参考文章 1. [如何在Vue项目中使用vw实现移动端适配](https://www.w3cplus.com/mobile/vw-layout-in-vue.html) 2. [vue 权限认证token](https://www.cnblogs.com/JiangM8/p/7278406.html) 3. [axios 拦截 , 页面跳转, token 验证](http://www.cnblogs.com/dhsz/p/6410031.html)