摘要:
https://www.jianshu.com/p/f82e06abc10e/ 阅读全文
摘要:
##分析项目代码体积 yarn add webpack-bundle-analyzer 在webpack.dev.conf.js中配置 const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlug 阅读全文
摘要:
##转自:槐序之夏: https://blog.csdn.net/qq_42403643/article/details/129264032 一、为什么要使用路由懒加载 为给客户更好的客户体验,首屏组件加载速度更快一些,解决白屏问题。 二、定义 懒加载简单来说就是延迟加载或按需加载,即在需要的时候的 阅读全文
摘要:
https://blog.csdn.net/qq_45037155/article/details/128465166 阅读全文
摘要:
https://github.com/robotze/GithubDesktopZhTool 阅读全文
摘要:
###静态资源路径应该是http开头,访问的时候变成了https开头,导致找不到资源。 ##原因是index.html的一项默认配置,注释掉就好了 阅读全文
摘要:
####https://blog.csdn.net/weixin_44169843/article/details/128454598 <input enterkeyhint="enter"> <input enterkeyhint="done"> <input enterkeyhint="go"> 阅读全文
摘要:
##提示:巧用filter 阅读全文
摘要:
##官方文档 https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html ##贴代码 ``` 【index.html】引入wx文件 【微信登录页面】 //二维码dom容器 //引入 阅读全文
摘要:
##handleBase64.js // 处理base64的转码和解码 const handleBase64 = function () { let _keyStr ="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= 阅读全文