0.0.3 • Published 5 years ago

broccoli-custom-elements v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

broccoli-web-components

Summarize what broccoli-web-components does here.

Usage

var BroccoliWebComponents = require('broccoli-web-components');

module.exports = new BroccoliWebComponents(input, options);

Development

Installation

  • git clone <repository-url>
  • cd broccoli-web-components
  • npm install

Building

  • npm run build

Testing

  • npm run test or npm run test:debug