Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/givanse/broccoli-custom-elements
https://github.com/givanse/broccoli-custom-elements
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/givanse/broccoli-custom-elements
- Owner: givanse
- Created: 2019-07-05T06:17:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:42:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T02:15:15.613Z (over 1 year ago)
- Language: TypeScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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`