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: 20 days 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 (about 2 years ago)
- Last Synced: 2024-11-05T12:29:03.107Z (2 months ago)
- Language: TypeScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- 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`