首页 > 代码库 > npm

npm

进入项目目录

全局安装是-g: npm install -g webpack

--save:是将安装的文件配置在package.json里

搭建项目:npm init

技术分享

 

npm