vue構建移動端項目

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.htmlnpm

從網易與淘寶的font-size思考前端設計稿與工做流http://www.javashuo.com/article/p-oicvpznp-kv.htmlpost

使用Flexible實現手淘H5頁面的終端適配

https://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html  查看碼:436473flex

如何在Vue項目中使用vw實現移動端適配

https://www.w3cplus.com/mobile/vw-layout-in-vue.html  查看碼:279933

相關文章
相關標籤/搜索