摘要: <style> #talkbubble { width: 120px; height: 80px; position: relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; bord 阅读全文
posted @ 2019-11-01 21:00 ____chen 阅读(3289) 评论(0) 推荐(0) 编辑
摘要: 当使用官方npm源安装各种包比较慢的时候,建议修改npm源地址 查看npm源地址,在终端输入以下命令 npm config list 会看到官方的npm源 国内常用的镜像地址如淘宝npm:https://registry.npm.taobao.org/ 修改registry地址很简单,在终端输入 n 阅读全文
posted @ 2019-11-01 14:09 ____chen 阅读(487) 评论(0) 推荐(0) 编辑