1.0.3 • Published 6 years ago
@juliendargelos/web-component v1.0.3
Web Component
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-componentUsage
Documentation coming soon
Development
Clone the repository:
git clone git@github.com:juliendargelos/web-componentInstall dependencies:
yarnBuild:
yarn buildTest:
yarn test