标签:
更新版本
npm install -g n
n latest 项目文件组织
水平文件夹结构:
垂直文件夹结构
项目初始化:
模块化: 使用文件 使用函数 module.exports exports
后端项目实践 npm init 一步步输入参数,会创建package.json entry point:(index.js) /bin/www 现在推荐
app bin config目录 ntpdate pool.ntp.org 更新服务器时间
npm install body-parse –save –registry=http://registry.npm.taobao.org
body-parse 解析POST
–save 写入package.json
标签:
原文地址:http://www.cnblogs.com/laiqun/p/5498231.html