From 35418cc37d979defe9ea6a6c4e659eef350a477c Mon Sep 17 00:00:00 2001 From: YieldRay <24633623+YieldRay@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:32:50 +0800 Subject: Update index.html (#3584) --- .../command_line/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html b/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html index ce0d00fee7..3fe5d65114 100644 --- a/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html +++ b/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html @@ -730,14 +730,14 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
-

在开始安装Prettier之前,有一个问题需要回答:“我们应该安装到哪里?

+

在开始安装Prettier之前,有一个问题需要回答:“我们应该安装到哪里?”

-

npm 我们可以选择在全球安装工具,因此我们可以在任何地方或本地访问当前项目目录。

+

npm 我们可以选择在全局安装工具,因此我们可以在任何地方或本地访问当前项目目录。

-

每种方式各有利弊 — 而这张全球安装的利弊清单还远远不够详尽:

+

每种方式各有利弊 — 而这张全局安装的利弊清单还远远不够详尽:

@@ -745,11 +745,11 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch - + @@ -769,7 +769,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
-

您团队中的其他开发人员无法使用这些工具,例如,如果您通过git这样的工具共享代码基。

+

您团队中的其他开发人员无法使用这些工具,例如,如果您通过git这样的工具共享代码仓库。

@@ -787,7 +787,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
-

与前一点相关的是,它使得项目代码更难复制(如果您在本地安装工具,可以将它们设置为依赖项并使用npm进行安装npm install).

+

与前一点相关的是,它使得项目代码更难复制(如果您在本地安装工具,可以将它们设置为依赖项并使用npm进行安装(npm install).

@@ -810,7 +810,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
-

感觉像任何其他unix命令

+

就像任何其他unix命令

@@ -841,7 +841,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
-

Prettier是一款专门为前端开发人员设计的代码格式化工具,专注于基于javascript的语言,并增加了对HTML、CSS、SCSS、JSON等的支持。Prettier 能:

+

Prettier是一款专门为前端开发人员设计的代码格式化工具,专注于基于javascript的语言,并增加了对HTML、CSS、SCSS、JSON等的支持。Prettier 能够:

@@ -866,7 +866,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
-

安装node之后,打开终端并运行以下命令来安装更漂亮的程序:

+

安装node之后,打开终端并运行以下命令来安装prettier程序:

@@ -893,7 +893,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch -
Usage: prettier [options] [file/glob ...]
+
Usage: prettier [options] [file/dir/glob ...]
 
 By default, output is written to stdout.
 Stdin is read if it is piped to Prettier and no files are given.
-- 
cgit v1.2.3-54-g00ecf

-

全球安装的优点

+

全局安装的优点

全球安装的缺点全局安装的缺点