tangleMesh / lit-element-build-rollup

Build config for lit-element with Rollup and Babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build config for lit-element with Rollup and Babel


Languages

Language:JavaScript 59.5%Language:HTML 40.5%