Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 504 Bytes

File metadata and controls

17 lines (9 loc) · 504 Bytes

Prerequisites

Node.js >= v4 must be installed.

Installation

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

Demo Development Server

  • npm start will watch files and compile the documentation, you'll need to start a static file server at the root of the repository to serve it.

Building

  • npm run build will build the component for publishing to npm.

  • npm run clean will delete built resources.