From e4b777dffda2c31dc6f76becad75e3fb1740a508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E9=92=A6?= <8518189+VmoqinV@user.noreply.gitee.com> Date: Sun, 24 Oct 2021 15:33:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=20=E5=8C=85=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=20=E5=92=8C=20=E7=BD=91=E7=BB=9C=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E7=9B=B8=E5=85=B3=E7=9F=A5=E8=AF=86=20=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=8D=A2=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a96d24b..26b10ff 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,12 @@ Version Control System * gitlab使用说明:https://www.bilibili.com/video/BV11E411x7Uv * Gitee * 这个看中文网址就可以了,目前B站还没有很好的视频介绍 +## 包管理工具 +Package Managers +- 1. npm +- 包管理工具:https://www.bilibili.com/video/BV1Dv411W7XP +- 2. yarn +- Yarn入门:https://www.imooc.com/learn/766 (B站没有,推荐这个免费) ## 网络安全相关知识 Web Security Knowledge - 1. HTTPS 原理和使用 @@ -102,12 +108,6 @@ Web Security Knowledge - 网络渗透:https://www.bilibili.com/video/BV1kh411W7Vv - 4. OWASP 安全风险知识 - OWASP TOP10:https://www.bilibili.com/video/BV1ey4y1V7Jj -## 包管理工具 -Package Managers -- 1. npm -- 包管理工具:https://www.bilibili.com/video/BV1Dv411W7XP -- 2. yarn -- Yarn入门:https://www.imooc.com/learn/766 (B站没有,推荐这个免费) ## CSS 预处理 语言 CSS Preprocessors - 1. Sass -- Gitee