We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using component in your app is easy.
component.json
package.json
{ "name": "example_app", "main": "app.js", "scripts": [ "app.js" ], "styles": [ "app.css" ] "dependencies": { "components/backbone": "~1.0" } }
Component recommends using Make for building your application.
Make