@juliendargelos/web-component
v1.0.3
Published
Minimal class and decorators for typescript web components.
Readme
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 [email protected]:juliendargelos/web-componentInstall dependencies:
yarnBuild:
yarn buildTest:
yarn test