Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 549 Bytes

Contributing

Prerequisites

Node.js >= v4 must be installed.

Installation

  • Running yarn or npm install in the components's root directory will install everything you need for development.

Linting

  • npm run lint will lint the src

Building

  • npm run build will build the component for publishing to npm and also bundle the demo app.

  • npm run clean will delete built resources.

Builds:

  • CommonJS build => /lib,
  • ES6 modules build => /es
  • UMD build => /umd