
npm
文章平均质量分 50
温柔晨光
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
px2rem
在main.js中添加: // 设定body文字尺寸 const setHtmlFontSize = () => { // 640 默认设计稿大小; 640px = 6.4rem ;每个元素px基础上/100 const htmlWidth = document.documentElement.clientWidth || document.body.clientWidth; // 得到html的Dom元素 const htmlDom = document.getElementsB原创 2022-05-09 02:03:06 · 132 阅读 · 0 评论 -
配置npm为淘宝镜像
npmconfigsetregistryhttp://registry.npm.taobao.org/ npmconfiggetregistry原创 2020-09-22 00:47:58 · 221 阅读 · 0 评论