1、重置樣式css
https://meyerweb.com/eric/tools/css/reset/html
2、添加移動端300ms點擊延遲問題前端
npm install fastclick -S
以後,在main.js中引入,並綁定到body。vue
import FastClick from 'fastclick'
FastClick.attach(document.body);
3、vue項目中使用jqueryhtml5
https://blog.csdn.net/qq_38945126/article/details/jquery
4、移動端適配問題以及移動端注意事項web
移動端WEB資源整理:http://www.javashuo.com/article/p-kcyenqlo-ee.html。npm
從網易與淘寶的font-size思考前端設計稿與工做流:http://www.javashuo.com/article/p-oicvpznp-kv.htmlpost
https://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html 查看碼:436473flex
https://www.w3cplus.com/mobile/vw-layout-in-vue.html 查看碼:279933