摘要: 猫眼电影、天天: 1、安装cssrem插件 2、设置 >搜索cssrem > Fixed Digits 改为2 px转rem小数点最大长度,默认:6 Root Font Size 改为 50 根字体大小,默认是16px,即1rem = 16px,可自定义 修改完要重启vscode,此时输入50.5p 阅读全文
posted @ 2020-02-20 21:53 吴小明- 阅读(1929) 评论(0) 推荐(0)
摘要: 修改: npm config set registry http://registry.npm.taobao.org/ 配置后验证是否成功(查看当前npm源): npm config get registry 还原:新的镜像(npm config set https://registry.npmmi 阅读全文
posted @ 2020-02-20 19:06 吴小明- 阅读(1191) 评论(0) 推荐(0)
摘要: 1、执行 npm config get proxy npm config get https-proxy 2、如果返回值不为null,继续执行 npm config set proxy null npm config set https-proxy null 3、执行 npm config set 阅读全文
posted @ 2020-02-20 10:48 吴小明- 阅读(2530) 评论(0) 推荐(0)
摘要: 1、先使用淘宝镜像 npm set sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 2、再进行安装 npm install node-sass 阅读全文
posted @ 2020-02-20 09:22 吴小明- 阅读(870) 评论(0) 推荐(0)