随笔分类 -  工具类

例如npm yarn包管理器
摘要:| 包名称 | 内容 | | | | | 剪切板| vue-clipboard2 | 阅读全文
posted @ 2022-09-14 15:13 Simon9527 阅读(44) 评论(0) 推荐(0)
摘要:www.showapi.com 万维易源头 www.juhe.cn 聚合数据 实名认证 api.mlwei.com 名流互联 assistant 手机代理 阅读全文
posted @ 2022-06-30 09:49 Simon9527 阅读(322) 评论(0) 推荐(0)
摘要:在.editorconfig文件中将一下代码复制进去 root = true [*] charset = utf-8 end_of_line = crlf indent_size = 4 indent_style = space insert_final_newline = false max_li 阅读全文
posted @ 2022-06-25 19:48 Simon9527 阅读(903) 评论(0) 推荐(1)
摘要:所有的依赖都设置淘宝镜像 npm config set registry https://registry.npm.taobao.org/ 只对node-sass设置拉取地址 npm install node-sass --sass-binary-site=https://npm.taobao.or 阅读全文
posted @ 2022-06-23 16:51 Simon9527 阅读(66) 评论(0) 推荐(0)
摘要:yarn 包管理器,和 npm 的作用一模一样。都是用来管理项目中 node_modules 目录中的所有依赖包。 一、全局安装 yarn 1、下载 在终端中任意路径执行以下命令: npm i -g yarn 2、查看 yarn 版本 yarn --version # 或 yarn -v 3、设置 阅读全文
posted @ 2022-05-23 22:36 Simon9527 阅读(100) 评论(0) 推荐(0)