Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 393 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 393 Bytes

Using SCSS/SASS and Vaadin components with LitElement

Based on https://github.com/web-padawan/lit-components.

Installation

Install dependencies

yarn / npm install

Run tests

yarn test / npm run test

Run ESLint

yarn lint / npm run lint

Serve the project

yarn dev / npm run dev