Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 311 Bytes

lit-element-build-rollup

A basic build config for lit-element. Uses Babel to transpile class properties and decorators, and Rollup to resolve npm-style imports.

git clone https://github.com/PolymerLabs/lit-element-build-rollup.git
cd lit-element-build-rollup
npm install
npm run build
npm run start