Explorar o código

Gitbook Auto Published

Willin Wang %!s(int64=8) %!d(string=hai) anos
pai
achega
10c4e33792
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      project/tool/npm.md

+ 4 - 1
project/tool/npm.md

@@ -49,4 +49,7 @@ npm run start
 npm run test
 ```
 
-避免使用`npm install -g`安装的`CLI`工具,推荐使用`./node_modules/.bin/CLI`方式。
+避免使用`npm install -g`安装的`CLI`工具,推荐:
+
+* 通过`npm install --save-dev CLI`安装
+* 使用`./node_modules/.bin/CLI`