tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book

Home Page:http://tooling.github.io/book-of-modern-frontend-tooling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency management > Component

yyx990803 opened this issue · comments

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)

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

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

Component is now in the index!