Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/givanse/broccoli-custom-elements


https://github.com/givanse/broccoli-custom-elements

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# broccoli-custom-elements

## Usage

```js
// Brocfile.ts
import BroccoliCustomElements from "broccoli-custom-elements";

export default function() {
new BroccoliWebComponents("src/custom-elements");
};
```

## Development

### Installation

```
git clone
cd broccoli-custom-elements
yarn install
yarn watch
```

### Building

* `yarn build`

### Testing

* `yarn test` or `yarn test:debug`