tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book
http://tooling.github.io/book-of-modern-frontend-tooling/
2.53k stars 177 forks source link

Dependency management > Component #11

Closed yyx990803 closed 10 years ago

yyx990803 commented 10 years ago

https://github.com/component/component is a package manager that focuses on front-end packages only. In addition to providing a CommonJS module system, its packages can also contain assets like templates, CSS, font files and images. It also covers some build tool functionality through the use of build plugins (e.g. process coffeescript, jade, stylus etc. during build)

addyosmani commented 10 years ago

+1. Let's get Component covered too. Will add to the planned index.

wilmoore commented 10 years ago

+1. Would be nice to see a compare and contrast piece between this and browserify.

addyosmani commented 10 years ago

Component is now in the index!