一、npm init 来初始化 package.json,它是 NodeJS 约定的用来存放项目的信息和配置等信息的文件二、安装模块,如express
npm init
package.json
npm i express --save
铅笔Naruto
前端攻城狮