概述

代码示例

# nodejs 项目创建
npm init

# 

# - save: 当你为项目安装什么模块时,它会把这个模块的名称,版本写入你的项目依赖中.
npm install express -save

# npm run dev