Questions tagged [component.io]

Component is a vertically integrated frontend solution, handling everything from package management to the build process, handling everything including HTML, JS, CSS, images, and font. It does also implement the JavaScript require() for the browser.

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.

component.io is a website of the component maintainers and list projects that are using component.

Link: https://github.com/component/component
Spec: https://github.com/component/spec

4 questions
1
vote
2 answers

What javascript module api does duojs use?

I'm using duojs, which is a front-end webdevelopment tool not unlike browserify or component. It allows you to import css and js straight from the file itself, without any external package manifests. I'm trying to understand how to write my js so it…
user1694077
0
votes
1 answer

Copying files with component build process isn't working

I'm using component and component build to manage and build my frontend dependencies. I have a node script, taken from the examples, that builds all my components. But it isn't copying my files. This is the offending part (full code included…
user1694077
0
votes
1 answer

unable to install component/event while making a 'component'

I was following along with this: http://tjholowaychuk.tumblr.com/post/37832588021/building-a-date-picker-component However, when I do, component install component/event, it doesn't download the required component or add it to dependencies. Why is…
Jatin
  • 14,112
  • 16
  • 49
  • 78
0
votes
1 answer

Why are there specific component.io libraries for jquery, jquery-ui, etc.

I've been looking into using component.io in a current project, as it seems much simpler than require.js and browserify, and I like a few things they've done. Seeing as component.io doesn't require any component style wrappers, why does…
pedalpete
  • 21,076
  • 45
  • 128
  • 239