06 2022 档案

摘要:1、npm install 常用安装命令 npm install moduleName # install(i) 安装模块到项目目录下 npm i moduleName # 安装模块到项目目录下(缩写) npm install --global moduleName # global(-g) 的意思 阅读全文
posted @ 2022-06-14 12:08 zwisedow 阅读(18) 评论(0) 推荐(0)