1.0.3 • Published 5 years ago

@juliendargelos/web-component v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Web Component

ci Maintainability Coverage npm bundle size GitHub

This package provides a minimal abstract class that can be extended to build web components. It comes with some useful decorators and is TypeScript friendly.

Install

yarn add @juliendargelos/web-component

Usage

Documentation coming soon

Development

Clone the repository:

git clone git@github.com:juliendargelos/web-component

Install dependencies:

yarn

Build:

yarn build

Test:

yarn test