Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 2.12 KB

Readme.md

File metadata and controls

33 lines (19 loc) · 2.12 KB

web component logo

Build Status Gittip

Component is a vertically integrated frontend solution, handling everything from package management to the build process, handling everything including HTML, JS, CSS, images, and fonts. Think of it as an opinionated npm + browserify + rework-npm + grunt/gulp/brocolli all wrapped into component build.

Want to know more about Component? Visit the guide or view the comparison with other solutions.

Please note: As of 1 April 2014, component v1.0.0 release candidates have been pushed to master. Several major new features have been added, some have been removed, and the project has been greatly reorganized. You may need to upgrade your version of node and/or npm to avoid breakage. Please see the detailed changelog in the Guide wiki pages for more info.

Installation

First, you need node v0.10+ installed. If you do not have it installed, visit node's download page.

With node installed, run the following command:

 $ npm install -g component

Getting Started

Read this Getting Started guide to get a basic static site running very quickly with Component.

For questions and more information about Component, please visit the guide repository.

Team