Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derbyjs/component-examples

listing of community built derby examples
https://github.com/derbyjs/component-examples

Last synced: about 1 month ago
JSON representation

listing of community built derby examples

Awesome Lists containing this project

README

        

component-examples
==================

listing of community built derby examples

```
coffee server.coffee
```
direct your browser to `http://localhost:3330`

# Add your component
Make sure you component has an `example.coffee` and `example.html`.
Make a pull request with the following changes:
Add your component to the package.json, add
```js
app.use require 'yourcomponent/example'
```
to index.coffee

If you have styles for your component you can require it in the main `index.styl`
```css
@require './node_modules/yourcomponent/style.css'
```