component 入门
简介
component 是一款模块管理器,它是由 Express 框架的作者 TJ Holowaychuk 开发的,不过要注意的是,这个工具已经停止更新了,只做 简单了解。
使用
npm install component -g
// 会自动生成到 component.json 中
component install necolas/normalize.css
TIP
Component模块的格式是: github用户名/项目名
https://github.com/componentjs/guide/blob/master/component/getting-started.md