NPM
NPM : Node Package Manage
安装 express框架:
- npm install express
- 卸载 express框架
- npm uninstall express
Package:
- 安装: npm init
- 填写基本信息
- 下载需要的库 npm install pkg --save
nodemon:
- sudo npm install -g nodemon
- nodemon index.js
作者:webarn
出处:http://www.cnblogs.com/webran/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。