Node学习笔记-002

2016-06-19
阅读 1 分钟
1.9k
如果需要安装新的包,在Package.json添加或者执行npm i [包名称] -D (-D表示--save-dev: Package will appear in your devDependencies.)

Node学习笔记-001

2016-06-18
阅读 1 分钟
2.6k
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.