懦弱嚓茶

文章
2
资源
0
加入时间
3年0月28天

npm 命令

npm help 查看使用帮助 (npm 命令 --help 查看指定命令的使用帮助) npm init 初始化 (npm init -y 跳过向导,快速生成) npm install (npm i 简写) 一次性将dependencies选项中依赖项全部安装 npm install+包名 (npm i +...